ubuntu20 gtx3070 pytorch 深度学习环境配置

我的配置

nvida-driver-510
cuda11.3
cuDNN8.2.1

相关链接

cuda历史版本下载链接
cuDNN历史版本链接
Anoconda下载地址
pycharm下载地址

整体过程

参考
https://zhuanlan.zhihu.com/p/509152598

安装细节

1.安装cuda的时候不要用local的形式,直接用runfile
https://blog.csdn.net/level_code/article/details/126398286

2.下载的是那三个文件,sudo make 的时候可能会报错,参考
https://blog.csdn.net/xhw205/article/details/116297555

3.anoconda安装参考链接
https://www.cnblogs.com/codingbigdog/p/16522389.html

修改anaconda缓存和envs的位置
【Anaconda】Ubuntu 下 conda 修改虚拟环境默认存储位置

anaconda换源
Anaconda 换国内源

4.ptcharm安装参考链接
https://cloud.tencent.com/developer/article/2126162

5.pytorch的安装
pytorch历史版本
根据cuda版本安装对应版本pytorch

猜你喜欢

转载自blog.csdn.net/qin_liang/article/details/127778612