安装pytorch 1.13.0 gpu版本

pip3 install torch==1.13.0 torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu116

如果不强调==1.13.0的话会导致下载很多不同版本torch最终导致空间不足一安装

如下

  Downloading https://download.pytorch.org/whl/cu116/torch-1.13.0%2Bcu116-cp37-cp37m-win_amd64.whl (2436.6 MB)
     --------------------------------- ------ 2.0/2.4 GB 8.6 MB/s eta 0:00:47ERROR: Could not install packages due to an OSError: [Errno 28] No space left on device

     --------------------------------- ------ 2.0/2.4 GB 8.6 MB/s eta 0:00:47

你可能感兴趣的:(深度学习,pytorch,深度学习,python)