赞
踩
pytorch安装包网站:https://download.pytorch.org/whl/torch_stable.html
pytorch中版本对应关系见:PyTorch中torch、torchtext、torchvision、torchaudio版本对应关系
安装torch可使用指令:
pip install torch==x.x.x(版本号)
安装torchtext可使用指令:
pip install torchtext=x.x.x(版本号)
安装torchvision可使用指令:
pip install torchvision==x.x.x
安装torchaudio可使用指令:
pip install torchaudio==x.x.x(版本号)
一定要安装对应的版本!
若以上指令不成功,可以尝试先下载安装包,然后使用指令:
pip install <安装包路径>
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。