安装pytorch版本为1.10.0,cuda为11.3
conda install pytorch==1.10.0 torchvisio cudatoolkit=11.3 -c pytorch -c conda-forge
安装mmcv,直接
pip install mmcv
使用时报错mmcv undefined symbol: _ZNK2at6Tensor7is_cudaEv,版本不匹配
进入官网:https://mmcv.readthedocs.io/zh-cn/1.x/get_started/installation.html
选择对应的pytorch和cuda版本,安装mmvc。如下即安装成功!可以直接使用。