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

Error : " ModuleNotFoundError: No module named 'Models' " #7

Open
bastian110 opened this issue Mar 13, 2022 · 0 comments
Open

Error : " ModuleNotFoundError: No module named 'Models' " #7

bastian110 opened this issue Mar 13, 2022 · 0 comments

Comments

@bastian110
Copy link

Hi, I facing an error when I want to import some models.
Do you know anything about that?

ModuleNotFoundError Traceback (most recent call last)
in ()
1 import torch
2
----> 3 from Models.AlexNet2 import train_alexnet
4 from torchvision import transforms
5 import torch.optim as optim

ModuleNotFoundError: No module named 'Models'

Thank you,
Bastian

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

1 participant