清华大学镜像安装pytorch1.4

Posted kevin-lee123

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了清华大学镜像安装pytorch1.4相关的知识,希望对你有一定的参考价值。

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的主要内容,如果未能解决你的问题,请参考以下文章

Pytorch1.4 TensorImpl 代码 浅析

CentOS 8 的安装(官方安装清华大学开源软件镜像站阿里云镜像网易镜像下的安装步骤)

R包安装设置清华镜像的三种方法

清华镜像anaconda需要注册吗

在Ubuntu18.04安装gitlab国内镜像加速 [转]

pip安装使用清华源