win10安裝PyTorch 1.0

方法1 打開官網 https://pytorch.org/測試 網站會自動檢測本機配置:網站 安裝 打開終端,按官網所示,輸入命令:3d conda install pytorch torchvision -c pytorch 測試是否安裝成功 import torch   查看PyTorch版本 print(torch.__version__)   方法2 https://pytorch.org
相關文章
相關標籤/搜索