0
点赞
收藏
分享

微信扫一扫

【环境配置】根据显卡设置安装cuda、cudnn以及pytorch

独西楼Q 2022-04-13 阅读 70
pytorchcuda

1. 查看显卡所能安装最高版本的cuda

在这里插入图片描述

2. 卸载cuda重新安装

1.卸载cuda
https://blog.csdn.net/m0_37605642/article/details/99100924
2.安装cuda
https://zhuanlan.zhihu.com/p/99880204
cuda其他版本:https://developer.nvidia.com/cuda-toolkit-archive
cuda与cudnn版本对应关系:https://blog.csdn.net/mbdong/article/details/121769951

3.pytorch的安装

torch/torchvision离线安装包:https://download.pytorch.org/whl/torch_stable.html
在这里插入图片描述
在这里插入图片描述

4. conda降低python版本

打开anaconda prompt,然后输入conda install python=3.6

举报

相关推荐

0 条评论