計算機上的cuda和cudatoolkit和自己pytorch上的cudatookit的關系 torch whl文件安裝的方式解決conda安裝too old 問題
https://www.cnblogs.com/yhjoker/p/10972795.html
解決cuda啥的too old 問題 源碼安裝方案(失敗)
https://discuss.pytorch.org/t/found-gpu0-geforce-gtx-960m-which-is-of-cuda-capability-5-0/15135/4
最后解決問題,安裝torch使用whl的方式:找到對應cuda80對應python版本的torch whl文件切換到對應conda環境進行安裝pip install xxxxxxx.whl就可用了。測試通過