Skip to content
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

使用release3.0beta版本做paddleocr转trt推理后,存在严重内存泄漏问题 #68861

Open
jinqiua opened this issue Oct 21, 2024 · 1 comment
Assignees

Comments

@jinqiua
Copy link

jinqiua commented Oct 21, 2024

bug描述 Describe the Bug

trt版本是10.1版本,cuda版本是11.7,paddle编译为release,使用valgrind扫描出来的leak问题比较多,同时多次跑推理也存在内存泄漏,主要集中在ocr里面的rec部分,det好像没有

其他补充信息 Additional Supplementary Information

No response

@jinqiua
Copy link
Author

jinqiua commented Oct 21, 2024

paddle编译选项为cmake ../ -DWITH_GPU=ON -DWITH_TESTING=OFF -DCMAKE_BUILD_TYPE=Release -DWITH_NCCL=OFF -DWITH_TENSORRT=ON -DTENSORRT_ROOT=/usr/local/TensorRT-10.1.0.27/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants