Paddleocr多显卡时,如何指定gpu #16110
Unanswered
HanCat-1996
asked this question in
Q&A
Replies: 1 comment
-
您好,可以在创建PaddleOCR()时,通过 device="gpu:3"来指定gpu卡号。 |
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.
-
paddle-gpu:3.0.0
paddleocr:2.10.0
python:3.10
我有四张显卡,前三张是被占满的,如何使用指定的显卡,找了很久,也没有找到解决方法
显示结果还是一直使用GPU3,
[2025/07/22 16:56:11] ppocr WARNING: The first GPU is used for inference by default, GPU ID: 0
[2025/07/22 16:56:12] ppocr WARNING: The first GPU is used for inference by default, GPU ID: 0
Beta Was this translation helpful? Give feedback.
All reactions