[GitHub] marcoabreu commented on issue #9883: added function for loading content of nd_array files from a buffer

2018-02-26 Thread GitBox
marcoabreu commented on issue #9883: added function for loading content of nd_array files from a buffer URL: https://github.com/apache/incubator-mxnet/pull/9883#issuecomment-368543664 Ah, TemporaryFile actually returns you a filehandle. That's why open fails - the file is already opened

[GitHub] marcoabreu commented on issue #9883: added function for loading content of nd_array files from a buffer

2018-02-26 Thread GitBox
marcoabreu commented on issue #9883: added function for loading content of nd_array files from a buffer URL: https://github.com/apache/incubator-mxnet/pull/9883#issuecomment-368542312 Please see https://stackoverflow.com/a/15590253/2393787

[GitHub] marcoabreu commented on issue #9883: added function for loading content of nd_array files from a buffer

2018-02-26 Thread GitBox
marcoabreu commented on issue #9883: added function for loading content of nd_array files from a buffer URL: https://github.com/apache/incubator-mxnet/pull/9883#issuecomment-368543664 Ah, TemporaryFile actually returns you a filehandle. That's why open fails - the file is already opened

[GitHub] marcoabreu commented on issue #9883: added function for loading content of nd_array files from a buffer

2018-02-26 Thread GitBox
marcoabreu commented on issue #9883: added function for loading content of nd_array files from a buffer URL: https://github.com/apache/incubator-mxnet/pull/9883#issuecomment-368542312 Please see https://stackoverflow.com/a/15590253/2393787

[GitHub] marcoabreu commented on issue #9883: added function for loading content of nd_array files from a buffer

2018-02-26 Thread GitBox
marcoabreu commented on issue #9883: added function for loading content of nd_array files from a buffer URL: https://github.com/apache/incubator-mxnet/pull/9883#issuecomment-368487451 Thanks a lot for addressing my comments in such a timely manner! One minor change and then we're good to

[GitHub] marcoabreu commented on issue #9883: added function for loading content of nd_array files

2018-02-25 Thread GitBox
marcoabreu commented on issue #9883: added function for loading content of nd_array files URL: https://github.com/apache/incubator-mxnet/pull/9883#issuecomment-368341672 Exactly, usually we test the C Backend in python. I'm not familiar with the Cpp package, but maybe that could be