You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 22, 2025. It is now read-only.
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:
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?
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: