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
Use mmengine instead of mmcv for the import statement. i.e change from mmcv.runner import Runner to from mmengine.runner import Runner. This worked for me, so mileage may vary.
hi when i write command: from mmcv.runner import init_dist, google colab shows error message as:
ModuleNotFoundError: No module named 'mmcv.runner'
The text was updated successfully, but these errors were encountered: