将torchvision改为cuda11.7版本
时间: 2023-08-03 15:03:33 浏览: 62
torchvision-0.14.1+cu117-cp37-cp37m-win_amd64.whl.zip
如果你想安装与CUDA 11.7和PyTorch 1.9.0相匹配的torchvision,请使用以下命令:
```
pip install torchvision==0.10.0+cu1107 -f https://download.pytorch.org/whl/cu110/torch_stable.html
```
请注意,上面的命令中的`cu1107`表示CUDA 11.7版本。如果你使用不同版本的CUDA,请将`cu1107`替换为你使用的CUDA版本。
阅读全文