简体   繁体   English

为什么 CUDA 无法使用 easyocr?

[英]Why CUDA is unavailable for using with easyocr?

According to Pytorch I used this command in cmd根据Pytorch我在 cmd 中使用了这个命令

pip3 install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu113

在此处输入图像描述

在此处输入图像描述

But CUDA still unavailable.但是CUDA还是打不通。 Could someone help me, please?有人可以帮我吗?

import torch
print(torch.cuda.is_available())

The output will be False output 将为False

You have to update driver first:您必须先更新驱动程序:

Here is a concept diagram from nvidia website这是来自nvidia网站的概念图

在此处输入图像描述

Here is another one:这是另一个:

在此处输入图像描述

More at CUDA Compatibility更多关于 CUDA 兼容性

You still have to install cuda-toolkit and cudnn on your machine你仍然需要在你的机器上安装cuda-toolkitcudnn

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM