Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

image classification example (/example/gluon): no module named data #14736

Closed
aaronmarkham opened this issue Apr 18, 2019 · 1 comment · Fixed by #14781
Closed

image classification example (/example/gluon): no module named data #14736

aaronmarkham opened this issue Apr 18, 2019 · 1 comment · Fixed by #14781

Comments

@aaronmarkham
Copy link
Contributor

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'
@mxnet-label-bot
Copy link
Contributor

Hey, this is the MXNet Label Bot.
Thank you for submitting the issue! I will try and suggest some labels so that the appropriate MXNet community members can help resolve it.
Here are my recommended labels: Gluon, Example

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants