Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ImportError: No module named get_data in cifar10 #75

Open
hellobuilder opened this issue Apr 20, 2018 · 0 comments
Open

ImportError: No module named get_data in cifar10 #75

hellobuilder opened this issue Apr 20, 2018 · 0 comments

Comments

@hellobuilder
Copy link

import sys
sys.path.append("../../tests/python/common")
import get_data

ImportError Traceback (most recent call last)
in ()
1 import sys
2 sys.path.append("../../tests/python/common")
----> 3 import get_data

ImportError: No module named get_data

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

No branches or pull requests

1 participant