1、安装PyTorch:使用PIP的方法比较简单
①cpu版本安装:pip install torch torchvision torchaudio
直接在PyTorch官网找,下载命令。然后打开Anaconda Prompt输入命令,下载即可。
②GPU版本:
(下面是下载的GPU版本,与上面步骤一样)
pip install torch==1.10.2+cu113 torchvision==0.11.3+cu113 torchaudio===0.10.2+cu113 -f https://download.pytorch.org/whl/cu113/torch_stable.html