ImportError: No module named get_data in cifar10
Open
- Dominant language
- Jupyter Notebook
- Stars
- 606
- Forks
- 315
- PR merge metrics
- No merged PRs in 30d
Description
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
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.