something wrong with 'mmcv'
idata-ora opened this issue · 1 comments
idata-ora commented
Traceback (most recent call last):
File "tools/test.py", line 11, in
from mmcv.parallel import MMDataParallel, MMDistributedDataParallel
ModuleNotFoundError: No module named 'mmcv.parallel'
comicsans-02 commented
Hi, this is because mmcv.parallel has been removed since mmcv version 2.0.0, you need to downgrade your mmcv version accordingly to solve this issue.