【已解决】pytorch无法检测到cuda

一般使用以下变量检查目前pytorch是否检测到了cuda,若为True,表示检测到了,否则就没有。

torch.cuda.is_available()

要用gpu跑模型,就要配置好cuda和cudnn,具体如何配置可以参考:
https://blog.csdn.net/chen565884393/article/details/127905428

如果你已经配置了cuda,但是torch.cuda.is_available()仍然是False,那说明pytorch版本与cuda版本不匹配,这个更新cuda或pytorch的版本:https://blog.csdn.net/u011489887/article/details/135250561

特别的,如果你的cuda是v11.2版本的,则可用以下解决方案:

  1. 确保已安装cuda11.2

  2. 确保虚拟环境的python版本为python3.8

  3. 通过如下命令行,在虚拟环境中用pip安装pytorch1.9.1这个版本

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 --trusted-host pypi.org --trusted-host download.pytorch.org --trusted-host files.pythonhosted.org
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值