train_error_yolact
#10636
Replies: 1 comment
-
Seems to be a bug with this version, just tried 'solo' and it didn't work, I should have tested another version before. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Traceback (most recent call last):
File "./tools/train.py", line 12, in
from mmcv import Config, DictAction
ImportError: cannot import name 'Config' from 'mmcv' (/root/miniconda3/lib/python3.8/site-packages/mmcv/init.py)
I'm getting this error while training yolact and not while training solo before. The error says that it is not possible to import 'Config' from 'mmcv'
Can you please tell me how to solve this kind of problem?
Beta Was this translation helpful? Give feedback.
All reactions