cmaron / CS-7641-assignments

CS 7641 - All the code
MIT License
158 stars 124 forks source link

No module named 'data #12

Closed MstrOfShadows closed 5 years ago

MstrOfShadows commented 5 years ago

I get the following when I try to run assignment 3:

File "run_experiment.py", line 12, in from data import loader ModuleNotFoundError: No module named 'data'

I'm sure I'm missing something simple, but any info would be appriciated.