Anaconda 安装 pytorch

安装顺序:

1 NVIDIA Control Panel(显卡控制面板)

2 Visual Studio 2019(先安装这个,再安装下面的)

3 CUDA(GPU并行计算框架)

4 cuDNN(深度学习加速库)

5 Pytorch

 

安装参考:

CUDA Toolkit 10.2 Download

https://developer.nvidia.com/cuda-10.2-download-archive?target_os=Windows&target_arch=x86_64&target_version=10&target_type=exelocal

 

win10+pytorch1.4+cuda10.1安装:从显卡驱动开始

https://blog.csdn.net/y_dd6011/article/details/104650369

 

cuDNN Archive下载

https://developer.nvidia.com/rdp/cudnn-archive

 

Windows 10系统Pip方式安装Pytorch1.4-CUDA10.1的记录(重要)

https://blog.csdn.net/u011256698/article/details/104257146

 

其他参考:

python:命令行输入python出现 :Warning: This Python interpreter is in a conda environment, but the environ...

https://www.jianshu.com/p/4f128b7a6a31

 

PyTorch(有对应的版本)

https://pytorch.org/

 

Windows 10系统Pip方式安装Pytorch1.4-CUDA10.1的记录

https://blog.csdn.net/u011256698/article/details/104257146

 

GPU,CUDA,cuDNN的理解

https://blog.csdn.net/u014380165/article/details/77340765

猜你喜欢

转载自blog.csdn.net/qq_42198024/article/details/114002625
今日推荐