-
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
paddleOCR 识别,内存一直上涨,只要进程不杀死,内存就不会下降 #10062
Comments
需要了解你的预测模式,有空贴下。 |
你好,请贴出运行指令方便我们复现,谢谢~ |
@feifaxiaoming 请问解决了吗?出现了同样的问题 |
1 similar comment
@feifaxiaoming 请问解决了吗?出现了同样的问题 |
from paddleocr import PaddleOCR 在使用GPU,CUDA11.2的设备上,循环进行ocr推理,显存一直上涨,最后爆掉 |
该issue长时间未更新,暂将此issue关闭,如有需要可重新开启。 |
python tools/infer/predict_rec.py |
请提供下述完整信息以便快速定位问题/Please provide the following information to quickly locate the problem
环境:
centos7 8核16G内存 16G显存
Paddle版本:paddlepaddle-gpu 2.4.2.post112
cuda版本:11.2
OCR使用的是 PaddleOCR-release-2.3
今天在用的时候,只要进程不杀死,内存就一直上升,直到内存爆掉
初始启动,就用了3个G的内存,然后之后一直上升
The text was updated successfully, but these errors were encountered: