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


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM