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 have installed the compatible version of MMCV, but I am still encountering errors when trying to run the training script. Despite trying various solutions, I am facing persistent issues. Can someone please guide me through the training process?
Here’s the error message I receive:-
python tools/train.py ${CONFIG_FILE}
Traceback (most recent call last):
File "C:\Users\Desktop\HRNET\Lite-HRNet\tools\train.py", line 9, in
from mmcv import Config, DictAction
ImportError: cannot import name 'Config' from 'mmcv' (C:\Users\anaconda3\Lib\site-packages\mmcv_init_.py)
The text was updated successfully, but these errors were encountered:
I have installed the compatible version of MMCV, but I am still encountering errors when trying to run the training script. Despite trying various solutions, I am facing persistent issues. Can someone please guide me through the training process?
Here’s the error message I receive:-
Traceback (most recent call last):
File "C:\Users\Desktop\HRNET\Lite-HRNet\tools\train.py", line 9, in
from mmcv import Config, DictAction
ImportError: cannot import name 'Config' from 'mmcv' (C:\Users\anaconda3\Lib\site-packages\mmcv_init_.py)
The text was updated successfully, but these errors were encountered: