Skip to content
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

ModuleNotFoundError: No module named 'models.models' #3

Closed
FrankMelon1 opened this issue Jan 4, 2021 · 1 comment
Closed

ModuleNotFoundError: No module named 'models.models' #3

FrankMelon1 opened this issue Jan 4, 2021 · 1 comment

Comments

@FrankMelon1
Copy link

FrankMelon1 commented Jan 4, 2021

Thanks for your great work firstly!

when I run "bash scripts/stage1/train_1.sh", the errors come as below:

raceback (most recent call last):
File "train_stage1.py", line 10, in
from models.models import create_model_parser, create_optimizer_parser, save_models, update_models
ModuleNotFoundError: No module named 'models.models'
root@notebook-tekxt-jg27l:/workspace/cpfs-data/C2F-FWN-main# bash scripts/stage1/train_1.sh
Traceback (most recent call last):
File "train_stage1.py", line 10, in
from models.models import create_model_parser, create_optimizer_parser, save_models, update_models
ModuleNotFoundError: No module named 'models.models'

I am looking forward to your reply, thanks!

@wswdx
Copy link
Owner

wswdx commented Jan 4, 2021

Sorry, it was my fault. Some files seemed to be missing in my last uploading. I've now added them in the updated version. You can clone the newest code repository to fix these errors.

@wswdx wswdx closed this as completed Feb 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants