You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2018/08/28 03:59:12 UTC

[GitHub] alexsun009 commented on issue #7450: reporting bugs: pbegin_ <= pend_. Two thread conflicts.

alexsun009 commented on issue #7450:  reporting bugs: pbegin_ <= pend_. Two thread conflicts.
URL: https://github.com/apache/incubator-mxnet/issues/7450#issuecomment-416443501
 
 
   same issue happened to me, found out that cause is rec file damaged for whatever reason, if I samply run the scrip.
   
   solve:
   manually download train & val rec form link & put both files in data/ folder.
   
   rec download link:
   download_file('http://data.mxnet.io/data/cifar10/cifar10_val.rec', fnames[1])
   download_file('http://data.mxnet.io/data/cifar10/cifar10_train.rec', fnames[0])
   
   
   
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services