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

sync_batchnorm missing #1

Open
deepglugs opened this issue Jul 2, 2021 · 2 comments
Open

sync_batchnorm missing #1

deepglugs opened this issue Jul 2, 2021 · 2 comments

Comments

@deepglugs
Copy link

Looks like this file might be missing from source: ```ModuleNotFoundError: No module named 'models.networks.sync_batchnorm'

@nisargshah1999
Copy link

nisargshah1999 commented Jul 2, 2021

This would solve the issue, #2

@EladWarshawsky
Copy link

pip install sync_batchnorm
from sync_batchnorm import SynchronizedBatchNorm2d

the install works for me, and the import does as well. Haven't tested it with the actual model yet. I'll let you know.

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

3 participants