-
Notifications
You must be signed in to change notification settings - Fork 55
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
No module named models.BNN_cifar10 #12
Comments
I find the good way to solve ts problem. Thank you |
Hello, Can you please tell me how to solve this problem? I found that the error seems to occur in main.py: |
got below error upon executing "python main.py --model BNN_cifar10 --save BNN_cifar10 --dataset cifar10 --gpu True" |
can u plz explain how |
I solved it by adding "__init__.py" in models. You can google "__init__.py" for more details. Hope it helps. |
No description provided.
The text was updated successfully, but these errors were encountered: