stormy-ua / dog-breeds-classification

Set of scripts and data for reproducing dog breed classification model training, analysis, and inference.
118 stars 72 forks source link

Import Module Error #4

Open dcurry09 opened 6 years ago

dcurry09 commented 6 years ago

Hi, Thanks a lot of releasing this great package. I am in the early steps of getting the data and reading it into the TF data format with this command(sorry for the newbie question):

python -m src.data_preparation.stanford_ds_to_tfrecords

I receive the error: File "/Users/HAL3000/Dropbox/coding/Insight/Tinder/dog-breeds-classification/src/data_preparation/stanford_ds_to_tfrecords.py", line 7, in import dataset ModuleNotFoundError: No module named 'dataset'

Which also happens for freeze modules. It seems as if my PATH is not correct? I am using python 3.6. Thanks in advance

taojin1992 commented 6 years ago

I got the same issue. Did you fix it?

ecounihan commented 5 years ago

Had the same problem, if you use python 3 you have to change 'import dataset' to 'from src.data_preparation import dataset', same with freeze