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):
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
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