-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Module not found #23
Comments
|
That problem solved, now I face another problem running the same command: python scripts/train.py --init main/model/imagenet.h5 |
Hi, did you solve this problem? |
You have to set See: |
I am trying to run the following training part:
python ../../scripts/train.py --init ../../main/model/imagenet.h5
But it is neither detecting the 'main', nor the 'tensorflow', giving:
ModuleNotFoundError: no module named main
ModuleNotFoundError: no module named tensorflow
Can you please help?
Thank you!
The text was updated successfully, but these errors were encountered: