赞
踩
conda uninstall pytorch
conda uninstall pytorch-cuda
(这一步许多教程中没有,导致还有十多个包没删除)
查看包的命令:conda list
之前跟随PyTorch的包都没了
PyTorch官网【https://pytorch.org/get-started/previous-versions/】给出的命令:
# CUDA 11.1
pip install torch==1.8.0+cu111 torchvision==0.9.0+cu111 torchaudio==0.8.0 -f https://download.pytorch.org/whl/torch_stable.html
或者:
pip install torch==1.9.1+cu111 torchvision==0.10.1+cu111 torchaudio==0.9.1 -f https://download.pytorch.org/whl/torch_stable.html
出现以下界面,安装配置成功!
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。