pip清华镜像加速安装tensorflow,pytorch

#直接在 pip install xxx 后加上 镜像源 即可,如: 
#安装tensorflow
pip install tensorflow-gpu -i https://pypi.tuna.tsinghua.edu.cn/simple

#安装pytorch
pip install --upgrade torch torchvision -i https://pypi.tuna.tsinghua.edu.cn/simple
#限定版本
pip install torch==0.4.0 torchvision -i https://pypi.tuna.tsinghua.edu.cn/simple
    原文作者:pytorch
    原文地址: https://www.cnblogs.com/acti/p/9931802.html
    本文转自网络文章,转载此文章仅为分享知识,如有侵权,请联系博主进行删除。
点赞