pip install -i https://pypi.tuna.tsinghua.edu.cn/simple torchvision 怎么下载 pytroch
时间: 2023-06-22 20:27:36 浏览: 355
PyPI 官网下载 | torchvision-0.11.1-cp36-cp36m-macosx_10_9_x86_64.whl
您可以使用以下命令在 Python 环境中安装 PyTorch:
```
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple torch torchvision
```
这将从清华大学镜像源下载 PyTorch 和 torchvision,并安装在您的 Python 环境中。请注意,这可能需要一些时间,具体取决于您的网络速度和计算机性能。
阅读全文