-
Notifications
You must be signed in to change notification settings - Fork 8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
使用CPU识别正常,使用gpu不报错但识别率为0 #11195
Comments
通常来说是cuda、cudnn版本未正确匹配paddlepaddle,请尝试使用paddlepaddle2.4 gpu版本,并安装官方安装文档安装所需要的环境。 |
兄弟,问题解决了吗?我也出现一样的问题 ,cpu正常识别,gpu识别内容是空,或者直接乱码 初始化: |
可能cuda和cudnn和paddle版本不兼容的问题,我之前也是这样,cpu正常识别,gpu识别出现问题 |
我也遇到了同样的问题,paddlepaddle都是按照官网方式,版本匹配也是和官网一样,但是CPU能识别,GPU环境也是要么什么都识别不到,要么就是一堆乱码 |
有哥们在么?加个群共同讨论下这个问题吧我的微信号是13203902444 |
建议更改其它版本库在进行尝试。当时我遇见我这个问题是paddle-gpu版本要高于ocr版本。 |
#11324 我也出现这种情况,我直接用的paddle官方的docker镜像,测试发现即使是官方镜像,你也要用测试一下安装成功了没有。1. paddle.utils.run_check()这个没用,都是返回正常。直接paddle.ones([3,3]),如果返回都是1,才是真的安装成功了 |
This issue is stale because it has been open for 90 days with no activity. |
This issue was closed because it has been inactive for 14 days since being marked as stale. |
请提供下述完整信息以便快速定位问题:
使用官方例子,CPU模式能正常识别出文字,使用gpu模式没有报错,但文字识别率为零,无法识别。
我们提供了AceIssueSolver来帮助你解答问题,你是否想要它来解答:yes
请尽量不要包含图片在问题中/Please try to not include the image in the issue.
The text was updated successfully, but these errors were encountered: