PaddlePaddle / PaddleOCR

Awesome multilingual OCR toolkits based on PaddlePaddle (practical ultra lightweight OCR system, support 80+ languages recognition, provide data annotation and synthesis tools, support training and deployment among server, mobile, embedded and IoT devices)
https://paddlepaddle.github.io/PaddleOCR/
Apache License 2.0
44.65k stars 7.86k forks source link

有关于修改运行gpu的问题,发票推理模型如何修改运行在哪块gpu上,用CUDA_VISIBLE_DEVICES没有起作用 #11542

Closed snowcakkke closed 6 months ago

snowcakkke commented 10 months ago

请提供下述完整信息以便快速定位问题/Please provide the following information to quickly locate the problem

我们提供了AceIssueSolver来帮助你解答问题,你是否想要它来解答(请填写yes/no)?/We provide AceIssueSolver to solve issues, do you want it? (Please write yes/no):

请尽量不要包含图片在问题中/Please try to not include the image in the issue.

tink2123 commented 10 months ago

export CUDA_VISIBLE_DEVICES=0 指定任务跑在0号卡上。