MaskCLIP icon indicating copy to clipboard operation
MaskCLIP copied to clipboard

something wrong with 'mmcv'

Open idata-ora opened this issue 1 year ago • 1 comments

Traceback (most recent call last): File "tools/test.py", line 11, in from mmcv.parallel import MMDataParallel, MMDistributedDataParallel ModuleNotFoundError: No module named 'mmcv.parallel'

idata-ora avatar Dec 07 '23 15:12 idata-ora

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.

comicsans-02 avatar Jan 22 '24 09:01 comicsans-02