-
Notifications
You must be signed in to change notification settings - Fork 16
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 #1
Labels
bug
Something isn't working
Comments
sorry that I didn't find the release. |
Well, I have downloaded files in release, but it still throws the error ModuleNotFoundError: No module named 'firstordermodel.sync_batchnorm'. |
hmmm, I'll look into it |
I fixed it, apparently I didn't upload the sync_batchnorm folder hahaha redownload the repo, add the tar files, and lmk how it turns out! thanks, Warhawk947 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When I ran python main.py I got the following errors.
Traceback (most recent call last):
File "main.py", line 19, in
from firstordermodel.demo import load_checkpoints
File "E:\Program Files\DameDaneGenerator-master\firstordermodel\demo.py", line 14, in
from firstordermodel.sync_batchnorm import DataParallelWithCallback
ModuleNotFoundError: No module named 'firstordermodel.sync_batchnorm'
The text was updated successfully, but these errors were encountered: