赞
踩
官网下载地址:
https://download.pytorch.org/whl/torch_stable.html
在官网下载了需要的特定版本torch的.whl文件,以下代码会自动寻找对应的版本安装:
pip install torchvision torchaudio
若还未下载torch,知道所需的版本,可以使用以下代码进行安装,可以自动根据torch版本,下载对应torchvision、torchaudio的版本:
conda install pytorch==版本号 torchvision torchaudio -c pytorch
或
pip install torch==1.13.1+cu117 torchvision==0.14.1+cu117 torchaudio==0.13.1 --extra-index-url https://download.pytorch.org/whl/cu117
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。