当前位置:   article > 正文

PyTorch中torch、torchtext、torchvision、torchaudio与Python版本兼容性_torch2.0.0对应的torchvision

torch2.0.0对应的torchvision

torch 和 torchtext 版本适配

torch与torchtext,Python对应关系,来源:https://pypi.org/project/torchtext/

截止发文,最新版本:torch 2.0.0,torchtext 0.15.1
在这里插入图片描述安装方法:

conda install -c pytorch torchtext
  • 1

pip install torchtext
  • 1

torch 和 torchvision 版本适配

torch与torchvision,Python对应关系,来源:https://github.com/pytorch/vision

截止发文,最新版本:torch 2.0.0,torchvision 0.15.1
在这里插入图片描述

安装方法:

conda install torchvision -c pytorch
  • 1

pip install torchvision
  • 1

torch 和 torchaudio 版本适配

torch与torchaudio,Python对应关系,来源:https://pytorch.org/audio/main/installation.html

截止发文,最新版本:torch 2.0.0,torchaudio 2.0.1
在这里插入图片描述
欢迎各位关注我的个人公众号:HsuDan,我将分享更多自己的学习心得、避坑总结、面试经验、AI最新技术资讯。

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/Cpp五条/article/detail/308351
推荐阅读
相关标签
  

闽ICP备14008679号