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 #1

Closed
woolen-sheep opened this issue Aug 24, 2020 · 4 comments
Closed

ModuleNotFoundError #1

woolen-sheep opened this issue Aug 24, 2020 · 4 comments
Labels
bug Something isn't working

Comments

@woolen-sheep
Copy link

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'

@woolen-sheep
Copy link
Author

woolen-sheep commented Aug 24, 2020

sorry that I didn't find the release.

@woolen-sheep woolen-sheep reopened this Aug 24, 2020
@woolen-sheep
Copy link
Author

Well, I have downloaded files in release, but it still throws the error ModuleNotFoundError: No module named 'firstordermodel.sync_batchnorm'.
Maybe you ignored the file when push?

@navinor
Copy link
Owner

navinor commented Aug 24, 2020

hmmm, I'll look into it

@navinor navinor added the bug Something isn't working label Aug 24, 2020
@navinor navinor pinned this issue Aug 24, 2020
@navinor
Copy link
Owner

navinor commented Aug 24, 2020

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

@navinor navinor closed this as completed Aug 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants