由于之前conda下的mmcv被我不小心整坏了,尝试 pip install mmcv-full==1.2.6 安装,会报nvidia-cuda路径不存在的问题,因为我本机确实没用进行cuda的安装,是在镜像里面配置的cuda;解决方式是采用mmcv网站上的安装方式:pip install mmcv-full==1.2.6 -f https://download.openmmlab.com/mmcv/dist/cu110/torch1.7.0/index.html...
pytorch基础
2024-05-26
37 点赞
0 评论
56 浏览