码迷,mamicode.com
首页 > Windows程序 > 详细

win10+cuda10.2安装pytorch1.7.1(使用清华镜像源)

时间:2021-01-04 11:01:56      阅读:0      评论:0      收藏:0      [点我收藏+]

标签:源安装   add   https   设备   width   tun   ref   url   帮助   

1、查看自己的设备对应的cuda版本

(1)打开NVIDIA控制面板

(2)点击“帮助”,如下图:

技术图片

 

(3)点击“系统信息”--->“组件”可以看到下图,CUDA版本是10.2:

技术图片

 

 

2、在官网(https://pytorch.org/)上查看对应的版本

从下图可以看到红线标注的是需要运行的命令。但是,如果直接运行将会特别慢,一是文件本身比较大,二是外网安装。因此选择清华镜像源安装。

技术图片

 

3、安装步骤:

(1)更换镜像源

在命令行中输入下述命令:

conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main/
conda config --set show_channel_urls yes
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/pytorch/

 (2)安装相应的pytorch版本

conda install pytorch torchvision cudatoolkit=9.0 (版本号从https://pytorch.org/上,查找对应版本)

 

win10+cuda10.2安装pytorch1.7.1(使用清华镜像源)

标签:源安装   add   https   设备   width   tun   ref   url   帮助   

原文地址:https://www.cnblogs.com/liliwang/p/14213380.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!