超快的pip 安装pytorch~
转到 官网 https://pytorch.org/get-started/locally/,根据个人需要选择,生成command

如果上面的窗口没有合适的,可以去之前的版本搜
https://pytorch.org/get-started/previous-versions/
复制 command
例如
pip install torch==1.2.0 torchvision==0.4.0
在这个command 后面添加下载镜像↓(仅对本次 pip install 有效)
pip install torch==1.2.0 torchvision==0.4.0 -i https://pypi.mirrors.ustc.edu.cn/simple
国内镜像
豆瓣(douban) http://pypi.douban.com/simple/
清华大学 https://pypi.tuna.tsinghua.edu.cn/simple/
阿里云 http://mirrors.aliyun.com/pypi/simple/
中国科技大学 https://pypi.mirrors.ustc.edu.cn/simple/
中国科学技术大学 http://pypi.mirrors.ustc.edu.cn/simple/
快速安装PyTorch教程
22万+

被折叠的 条评论
为什么被折叠?



