使用國內源來安裝pytorch速度很快


 

一、找到合適的安裝方式

pytorch官網:https://pytorch.org/

 

 

 

二、安裝命令

# 豆瓣源
pip install torch torchvision torchaudio -i  https://pypi.douban.com/simple

#  其它源
pip install torch torchvision torchaudio -i  https://pypi.mirrors.ustc.edu.cn/simple

 

后面的是鏡像,當然也可以采用其他源

 


免責聲明!

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



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