Replies: 2 comments
-
根据你提供的信息,问题可能出在 PaddleOCR 和 PyTorch 的 GPU 版本冲突上。具体来说,PaddleOCR 和 PyTorch 可能使用了不同版本的 CUDA 或 cuDNN 库,导致在同时使用时出现冲突。 可能的原因和解决方案:
参考文档:
总结:建议你首先检查 CUDA 和 cuDNN 的版本是否一致,并确保环境变量正确配置。如果问题仍然存在,可以尝试使用虚拟环境或降级 PaddleOCR 和 PyTorch 的版本。 Response generated by 🤖 feifei-bot | deepseek-chat |
Beta Was this translation helpful? Give feedback.
0 replies
-
可以试试paddle3.0 rc1 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
paddleocr 2.9.1
pytorch 2.6.0
不能同时使用
但是分开使用是正常
Beta Was this translation helpful? Give feedback.
All reactions