windows环境下: mmcv下的MultiScaleDeformableAttention出错

问题:windows环境下: mmcv下的MultiScaleDeformableAttention出错_第1张图片
方法一:
mmcv: https://download.openmmlab.com/mmcv/dist/cu101/torch1.6.0/index.html
下载后,用pip安装

方法二:
官网https://mmcv.readthedocs.io/zh_CN/latest/get_started/installation.html
根据自己的版本选择

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

你可能感兴趣的:(pytorch框架,神经网络)