https://blog.youkuaiyun.com/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
下载
本文介绍了不同torch版本对应torchvision的推荐版本,包括1.6.0到1.0.1等,以及对Python版本的要求,帮助读者确保软件兼容性。
3万+

被折叠的 条评论
为什么被折叠?



