torch 和torchvision对应关系并附下载路径

https://blog.csdn.net/AugustMe/article/details/109028989

torch对应的torchvision版本

版权

安装torch和torchvision时,两者之间存在依赖关系,版本需要对应起来。

torch torchvision python
1.6.0 0.7.0 >=3.6
1.5.1 0.6.1 >=3.5
1.5.0 0.6.0 >=3.5
1.4.0 0.5.0 ==2.7, >=3.5, <=3.8
1.3.1 0.4.2 ==2.7, >=3.5, <=3.7
1.3.0 0.4.1 ==2.7, >=3.5, <=3.7
1.2.0 0.4.0 ==2.7, >=3.5, <=3.7
1.1.0 0.3.0 ==2.7, >=3.5, <=3.7
<=1.0.1 0.2.2 ==2.7, >=3.5, <=3.7

参考:
https://www.cnblogs.com/lyl0618/p/13323010.html

下载

https://download.pytorch.org/whl/torch_stable.html

你可能感兴趣的:(pytorch)