-
Notifications
You must be signed in to change notification settings - Fork 92
Open
Description
Thanks for sharing these series of notebook with us.
I just started and got stuck by
"from dataloader import get_data"
I wonder if this is an external file that is missing from the folder or this refers to the dataloader package ? if the later, the get_data does not exist.
---------------------------------------------------------------------------
ImportError Traceback (most recent call last)
<ipython-input-6-80d340b35860> in <module>()
1 import pickle,csv
----> 2 from dataloader import get_data
/Users/opt/anaconda3/envs/CMU/lib/python3.7/site-packages/dataloader/__init__.py in <module>()
----> 1 from dataloader import read_data_sets
ImportError: cannot import name 'read_data_sets' from 'dataloader' (/Users/opt/anaconda3/envs/CMU/lib/python3.7/site-packages/dataloader/__init__.py)
I also looked into the previous years but seems nobody really had a similar issue. I appreciate your comments.
Metadata
Metadata
Assignees
Labels
No labels