背景:安装torch. pip3 install torch 速度非常慢。
解决办法:
1、 使用清华源安装:
pip3 install torch -i https://pypi.tuna.tsinghua.edu.cn/simple
2、其他源也行:
https://pypi.mirrors.ustc.edu.cn/simple/
3、其他的 软件的源,可以参考阿里云:
地址:
https://developer.aliyun.com/mirror/
背景:安装torch. pip3 install torch 速度非常慢。
解决办法:
1、 使用清华源安装:
pip3 install torch -i https://pypi.tuna.tsinghua.edu.cn/simple
2、其他源也行:
https://pypi.mirrors.ustc.edu.cn/simple/
3、其他的 软件的源,可以参考阿里云:
地址:
https://developer.aliyun.com/mirror/