sergeykolychev commented on issue #7511: Perl MNIST using record file format. 
Test not passed.
URL: 
https://github.com/apache/incubator-mxnet/issues/7511#issuecomment-323149337
 
 
   @dokechin There's seems to be some error at C++ level, the training.ctl file 
that you used to create the training.rec contains 60,000 lines and the 
ImageRecordIter somehow outputs only data and labels for 9 (last class in the 
file), if I decrease number of lines in the file and recreate the .rec file the 
iterator starts working perfectly. There's seems to be some limit of the number 
of images.
   This has no relation to the perl code I think. I'll try to reproduce it with 
python and if the bug stays I'll file the issue with the upstream.
   
 
----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to