-
``在 kaggle 云 GPU 环境上安装 mmdet ,发现到最后一步验证总报错 错误信息:`/opt/conda/lib/python3.7/site-packages/mmcv/init.py:21: UserWarning: On January 1, 2023, MMCV will release v2.0.0, in which it will remove components related to the training process and add a data transformation module. In addition, it will rename the package names mmcv to mmcv-lite and mmcv-full to mmcv. See https://github.com/open-mmlab/mmcv/blob/master/docs/en/compatibility.md for more details.
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Please make sure your mmcv version matches Pytorch and CUDA version. Recommend to use pip install -U openmim
mim install mmcv-full |
Beta Was this translation helpful? Give feedback.
Please make sure your mmcv version matches Pytorch and CUDA version. Recommend to use
mim
to installmmcv-full
.