解决pip安装pytorch缓慢问题(直接使用命令)

2020-10-10 17:24:42 浏览数 (1)

pip --default-timeout=1000 install --index-url https://mirrors.aliyun.com/pypi/simple torch==1.6.0 cpu torchvision==0.7.0 cpu -f https://download.pytorch.org/whl/torch_stable.html

也可以去官网选择不同版本的:

https://pytorch.org/

0 人点赞