码迷,mamicode.com
首页 > 其他好文 > 详细

清华大学镜像安装pytorch1.4

时间:2020-02-17 20:14:20      阅读:2350      评论:0      收藏:0      [点我收藏+]

标签:mod   cond   set   blank   镜像   target   visio   tun   tor   

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官网下载指定版本的pytorch

conda install pytorch torchvision cudatoolkit=10.1 -c pytorch
这是我的。

3.为conda添加权限

chmod 775 ./.conda

4.执行第二部的命令,但是要去掉 -c pytorch,这个参数指定了下载通道为官网。

清华大学镜像安装pytorch1.4

标签:mod   cond   set   blank   镜像   target   visio   tun   tor   

原文地址:https://www.cnblogs.com/kevin-lee123/p/12323008.html

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