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/11/06 21:56:08 UTC

[GitHub] kohr-h commented on issue #13094: WIP: Simplifications and some fun stuff for the MNIST Gluon tutorial

kohr-h commented on issue #13094: WIP: Simplifications and some fun stuff for the MNIST Gluon tutorial
URL: https://github.com/apache/incubator-mxnet/pull/13094#issuecomment-436423023
 
 
   > Thanks for the much needed update @kohr-h, can I bother you to update the data loading to be pure Gluon rather than using the old DataIter API ? That means no need to reset the iterator between epoch and the data comes out of the iterator as a tuple `(data, label)` rather than a `batch.data` and `batch.label`
   
   No problem. I've started doing that, more to come.

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