pytorch使用清华镜像加速下载
Posted acti
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了pytorch使用清华镜像加速下载相关的知识,希望对你有一定的参考价值。
#试了好几个命令 只有这个速度很快
python -m pip install --upgrade torch torchvision -i https://pypi.tuna.tsinghua.edu.cn/simple
#限定版本
python -m pip install torch==0.4.0 torchvision -i https://pypi.tuna.tsinghua.edu.cn/simple
以上是关于pytorch使用清华镜像加速下载的主要内容,如果未能解决你的问题,请参考以下文章
Pytorch环境搭建(Anaconda+Pycharm,清华镜像源)
Linux 安装miniconda 配置清华镜像 并安装pytorch