print(torch.cuda.is_available())输出为False
此时已根据自己需要的版本安装好CUDA、pytorch、CuDNN等。
但是就是在python中打印print(torch.cuda.is_available())输出为False
原因
你所下载的pytorch为cpu版本
解决方案
下载gpu版本的pytorch、torch_version以及torchaudio再进行安装
离线包下载链接为(在线安装失败率较高)
https://download.pytorch.org/whl/torch_stable.html
选择适合版本的包(包与包之间存在依赖)