[Bug] ImportError: cannot import name 'MMDataParallel' from 'mmcv.parallel' · Issue #3261 · open-mmlab/mmcv · GitHub
More Web Proxy on the site http://driver.im/
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'm supposed to:'from mmcv.parallel import MMDataParallel, MMDistributedDataParallel', it certainly runs error because I know that you have updated mmcv and many are transfered to mmengine, so I searched them in mmengine.
I can find 'MMDistributedDataParallel' from the latest version in mmengine.model, however, 'MMDataParallel' can't be found anywhere, is it deleted or repalced by other name?
Additionally, others like 'wrap_fp16_model' in mmcv or 'build_detector' in mmdet3d has exactly the same question.
The text was updated successfully, but these errors were encountered:
Prerequisite
Environment
Reproduces the problem - code sample
Reproduces the problem - command or script
Reproduces the problem - error message
Additional information
I'm supposed to:'from mmcv.parallel import MMDataParallel, MMDistributedDataParallel', it certainly runs error because I know that you have updated mmcv and many are transfered to mmengine, so I searched them in mmengine.
I can find 'MMDistributedDataParallel' from the latest version in mmengine.model, however, 'MMDataParallel' can't be found anywhere, is it deleted or repalced by other name?
Additionally, others like 'wrap_fp16_model' in mmcv or 'build_detector' in mmdet3d has exactly the same question.
The text was updated successfully, but these errors were encountered: