logicalloki commented on issue #7873: Issues on training CIFAR10 with official 
example code
URL: 
https://github.com/apache/incubator-mxnet/issues/7873#issuecomment-331059335
 
 
   I got errors like this when using mx.io.ImageRecordIter where I should be 
using mx.image.ImageIter
   
   The hint is from:
   mxnet.base.MXNetError: [10:40:15] src/io/input_split_base.cc:23: Check 
failed: files_[i].size % align_bytes == 0 file do not align by 4 bytes
   
   mx.io.ImageRecordIter takes RecordIO files, which always are always a 
multiple of 4 bytes
   
 
----------------------------------------------------------------
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