安装----torch,torchvision,mmcv-full

安装torch,torchvision,mmcv-full一般需要根据服务器的系统版本安装与服务器的cuda版本匹配的对应版本
此处为ubuntu16.04的cuda10.1安装示例:

pip install torch==1.6.0+cu101 torchvision==0.7.0+cu101 -f https://download.pytorch.org/whl/torch_stable.html

安装mmcv

pip install mmcv-full==1.4.0 -f https://download.openmmlab.com/mmcv/dist/cu112/torch1.6.0/index.html

具体版本参考:
pytorch官网

你可能感兴趣的:(安装-指令-常识汇总,pytorch)