当前位置:   article > 正文

清华镜像源下载pytorch及Torchvision_torchvision 清华源

torchvision 清华源
  1. conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/
  2. conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main/
  3. conda config --set show_channel_urls yes
  4. conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/pytorch/
  5. conda install pytorch torchvision cudatoolkit=10.1

这里需要注意:

-c pytorch
  • 需要去掉,因为这个参数指明了官网的优先级大于清华的镜像源。
  • cudatoolkit的版本号根据自己的cuda版本添加。

另外,如需采用pip install来安装所需要的库,临时的方法是在pip install后面添加指令:

-i https://pypi.tuna.tsinghua.edu.cn/simple

来指定channel。

例如:

pip3 install numpy -i https://pypi.tuna.tsinghua.edu.cn/simple

这里采用的是清华的源,其他的源包括:

1.豆瓣:http://pypi.douban.com/simple
2.中国科学技术大学 : https://pypi.mirrors.ustc.edu.cn/simple
如需全局修改,请参考 这里

声明:本文内容由网友自发贡献,转载请注明出处:【wpsshop博客】
推荐阅读
相关标签
  

闽ICP备14008679号