YangWangsky / tf_EEGLearn

A tensorflow implementation for EEGLearn
MIT License
77 stars 31 forks source link

Unable to import? #9

Closed dans-acc closed 4 years ago

dans-acc commented 4 years ago

Hello,

I get the following error message when importing the train module.

Error message: File "/Users/dans/miniconda3/envs/basicmi-env/lib/python3.7/site-packages/EEGLearn/train.py", line 20, in from utils import reformatInput, load_or_generate_images, iterate_minibatches ModuleNotFoundError: No module named 'utils'

YangWangsky commented 4 years ago

Maybe you need to switch to the path where train.py exists, and then execute python