Vedaevolution opened a new issue #8033: Mistake in demo.py URL: https://github.com/apache/incubator-mxnet/issues/8033 Dear community, I'm using mx-net 0.11.1 under windows. Executing the ssd example i encountered serveral problems. As i have seen in other related issues some will get fixed. I fixed a few myself but now i have a problem. File "C:\local\Anaconda3-4.1.1-Windows-x86_64\envs\mxnet\lib\site-packages\mxnet\io.py", line 395, in prefetch_func self.next_batch[i] = self.iters[i].next() File "D:/MachineLearning/MxNet/incubator-mxnet/example/ssd\dataset\iterator.py", line 215, in next pad=self.getpad(), index=self.getindex()) File "C:\local\Anaconda3-4.1.1-Windows-x86_64\envs\mxnet\lib\site-packages\mxnet\io.py", line 156, in __init__ assert isinstance(data, (list, tuple)), "Data must be list of NDArrays" AssertionError: Data must be list of NDArrays I get those error's and i must admit i don't see the cause of this. The test images and models get loaded correctly. At least i'm thinking that after debugging. Does anyone know how to solve this issue? Best Regards ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
With regards, Apache Git Services
