python torchvision在torch的哪里
时间: 2024-01-04 21:11:51 浏览: 79
Python库 | torch-utils-0.0.1.tar.gz
`torchvision` 是一个 PyTorch 的扩展库,可以在 PyTorch 官方网站上下载。下载地址为:[https://pytorch.org/](https://pytorch.org/)
在安装 PyTorch 后,`torchvision` 库会自动安装。如果需要手动安装,可以使用以下命令:
```
pip install torchvision
```
安装完成后,就可以在 Python 代码中使用 `torchvision` 库了。
阅读全文