aaronmarkham opened a new issue #14736: image classification example (/example/gluon): no module named data URL: https://github.com/apache/incubator-mxnet/issues/14736 Similar to #2048 and as noted in #5717 - some examples don't work out of the box. This one does not: https://github.com/apache/incubator-mxnet/blob/master/example/gluon/image_classification.py ``` python image_classification.py Traceback (most recent call last): File "image_classification.py", line 33, in <module> from data import (get_cifar10_iterator, get_imagenet_iterator, ModuleNotFoundError: No module named 'data' ```
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to 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
