ASAPNet icon indicating copy to clipboard operation
ASAPNet copied to clipboard

sync_batchnorm missing

Open deepglugs opened this issue 3 years ago • 2 comments

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

deepglugs avatar Jul 02 '21 03:07 deepglugs

This would solve the issue, https://github.com/tamarott/ASAPNet/pull/2

nisargshah1999 avatar Jul 02 '21 06:07 nisargshah1999

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.

EladWarshawsky avatar Nov 27 '23 01:11 EladWarshawsky