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
I followed the quick start step,util No module named 'arch'. I solved it with pip install arch.
However,when i runpython test_regnet.py --config-file RegNet-Search-PyTorch/configs/RegNetX-4.0GF.ini ,it get a similar problem which is ModuleNotFoundError: No module named 'arch.regnet'
To be specific, (pytorch-OpCounter) root@w-16:~/wxb/pytorch-OpCounter/benchmark# python test_regnet.py --config-file RegNet-Search-PyTorch/configs/RegNetX-4.0GF.ini Traceback (most recent call last): File "evaluate_regnet_zyx.py", line 41, in <module> main() File "evaluate_regnet_zyx.py", line 28, in main arch = importlib.import_module('arch.' + args.arch) File "/root/anaconda2/envs/pytorch-OpCounter/lib/python3.6/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "<frozen importlib._bootstrap>", line 994, in _gcd_import File "<frozen importlib._bootstrap>", line 971, in _find_and_load File "<frozen importlib._bootstrap>", line 953, in _find_and_load_unlocked ModuleNotFoundError: No module named 'arch.regnet'
The text was updated successfully, but these errors were encountered:
I followed the quick start step,util
No module named 'arch'
. I solved it withpip install arch
.However,when i run
python test_regnet.py --config-file RegNet-Search-PyTorch/configs/RegNetX-4.0GF.ini
,it get a similar problem which isModuleNotFoundError: No module named 'arch.regnet'
To be specific,
(pytorch-OpCounter) root@w-16:~/wxb/pytorch-OpCounter/benchmark# python test_regnet.py --config-file RegNet-Search-PyTorch/configs/RegNetX-4.0GF.ini Traceback (most recent call last): File "evaluate_regnet_zyx.py", line 41, in <module> main() File "evaluate_regnet_zyx.py", line 28, in main arch = importlib.import_module('arch.' + args.arch) File "/root/anaconda2/envs/pytorch-OpCounter/lib/python3.6/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "<frozen importlib._bootstrap>", line 994, in _gcd_import File "<frozen importlib._bootstrap>", line 971, in _find_and_load File "<frozen importlib._bootstrap>", line 953, in _find_and_load_unlocked ModuleNotFoundError: No module named 'arch.regnet'
The text was updated successfully, but these errors were encountered: