szha commented on a change in pull request #9633: Gluon image-classification
example improvement
URL: https://github.com/apache/incubator-mxnet/pull/9633#discussion_r164881156
##########
File path: example/gluon/data.py
##########
@@ -49,50 +54,60 @@ def get_cifar10_iterator(batch_size, data_shape,
resize=-1, num_parts=1, part_in
return train, val
+class DataloaderIter(mx.io.DataIter):
Review comment:
Looks reusable for mx.io.
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services