1.6.0版本的torch不支持低版本的cuda 10.1 所以檢測不到gpu,安裝兼容10.1低版本cuda的對應torch版本1.6.0+cu101
pip install torch==1.6.0+cu101 torchvision==0.7.0+cu101 -f https://download.pytorch.org/whl/torch_stable.html
1.6.0版本的torch不支持低版本的cuda 10.1 所以檢測不到gpu,安裝兼容10.1低版本cuda的對應torch版本1.6.0+cu101
pip install torch==1.6.0+cu101 torchvision==0.7.0+cu101 -f https://download.pytorch.org/whl/torch_stable.html
本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。