PyTorch中torch、torchtext、torchvision、torchaudio与Python版本兼容性

torch 和 torchtext 版本适配

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

截止发文,最新版本:torch 2.0.0,torchtext 0.15.1

在这里插入图片描述安装方法:

conda install -c pytorch torchtext

pip install torchtext

torch 和 torchvision 版本适配

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

截止发文,最新版本:torch 2.0.0,torchvision 0.15.1

在这里插入图片描述

安装方法:

conda install torchvision -c pytorch

pip install torchvision

torch 和 torchaudio 版本适配

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

截止发文,最新版本:torch 2.0.0,torchaudio 2.0.1

在这里插入图片描述

欢迎各位关注我的个人公众号:HsuDan,我将分享更多自己的学习心得、避坑总结、面试经验、AI最新技术资讯。

PyTorch中torch、torchtext、torchvision、torchaudio与Python版本兼容性

本文来自网络,不代表协通编程立场,如若转载,请注明出处:https://net2asp.com/15917c6b55.html