python3.10.9需要安装的torch和torch vision版本
时间: 2023-06-13 12:02:26 浏览: 808
torch==1.1.0和torchvision==0.3.0.rar
对于 Python 3.10.9,您需要安装适用于该版本的torch和torchvision。您可以通过以下命令安装:
```
pip install torch==1.9.0+cpu torchvision==0.10.0+cpu -f https://download.pytorch.org/whl/cu111/torch_stable.html
```
请注意,该命令会安装 CPU 版本的 PyTorch。如果您要安装适用于 GPU 的版本,请在 URL 中更改 cu111 为您的 CUDA 版本。
希望我能够回答您的问题。
阅读全文