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/05/05 19:29:09 UTC

[GitHub] ZioPwnstar opened a new issue #10826: Own dataset via im2rec.py & NDArrayIter

ZioPwnstar opened a new issue #10826: Own dataset via im2rec.py & NDArrayIter
URL: https://github.com/apache/incubator-mxnet/issues/10826
 
 
   I'm trying to train mxnet using different architectures ( resnet/alexnet/vgg ) on my own dataset, which I have turn into .rec using im2rec.py 
   I have found https://github.com/apache/incubator-mxnet/blob/master/example/image-classification/train_mnist.py which is pretty similar, because I'm using grayscale pictures, 17x17x1, and based of this provided example I struggle combining NDArrayIter and .rec files together and feed it to the network.
   
   I appreciate any help.
   
   

----------------------------------------------------------------
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