关于安装PyTorch
作者:互联网
1 假设你的机器上已经安装了python 和pip(没有安装的话可以参考)
https://www.cnblogs.com/8335IT/p/16581772.html
2 直接安装torchvision是安装不了的,会中途报错
需要先安装pytorch 再安装torchvision
使用国内源:
pip install torch -i https://pypi.tuna.tsinghua.edu.cn/simple/
pip install torchvision -i https://pypi.tuna.tsinghua.edu.cn/simple/
原文链接:https://blog.csdn.net/qq_51052824/article/details/121641971
Successfully installed torch-1.12.1 typing-extensions-4.3.0
Successfully installed pillow-9.2.0 torchvision-0.13.1
安装很快
标签:torchvision,simple,PyTorch,关于,https,pip,安装,cn 来源: https://www.cnblogs.com/8335IT/p/16589602.html