torch和torchvision对应版本(最新版,含有torchvision 0.8版本)

更新了torch1.7.1对应的版本:

torch torchvision python
master / nightly master / nightly >=3.6
1.7.1 0.8.2 >=3.6
1.7.0 0.8.1 >=3.6
1.7.0 0.8.0 >=3.6
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

命令:

pip install torchvision

在anaconda下:

conda install torchvision -c pytorch

下载地址:

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

猜你喜欢

转载自blog.csdn.net/candice5566/article/details/112570096