赞
踩
- 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/
- conda install pytorch torchvision cudatoolkit=10.1
这里需要注意:
-c pytorch
另外,如需采用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
如需全局修改,请参考 这里
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。