torch torchvision版本对应关系

百度出来的都是老旧版本的关系,这里备份一个最新的(2022-11)

再次吐槽一下Github的访问速度。。。

来源在这个:GitHub - pytorch/vision: Datasets, Transforms and Models specific to Computer Visionhttps://github.com/pytorch/vision

torch torchvision python
main / nightly main / nightly >=3.7.2<=3.10
1.13.0 0.14.0 >=3.7.2<=3.10
1.12.0 0.13.0 >=3.7<=3.10
1.11.0 0.12.0 >=3.7<=3.10
1.10.2 0.11.3 >=3.6<=3.9
1.10.1 0.11.2 >=3.6<=3.9
1.10.0 0.11.1 >=3.6<=3.9
1.9.1 0.10.1 >=3.6<=3.9
1.9.0 0.10.0 >=3.6<=3.9
1.8.2 0.9.2 >=3.6<=3.9
1.8.1 0.9.1 >=3.6<=3.9
1.8.0 0.9.0 >=3.6<=3.9
1.7.1 0.8.2 >=3.6<=3.9
1.7.0 0.8.1 >=3.6<=3.8
1.7.0 0.8.0 >=3.6<=3.8
1.6.0 0.7.0 >=3.6<=3.8
1.5.1 0.6.1 >=3.5<=3.8
1.5.0 0.6.0 >=3.5<=3.8
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

手动安装对应cuda版本的torch和torchvision包可以来这里找:

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

你可能感兴趣的:(Pytorch,pytorch,cuda,torchvision)