Shubham Chambhare

Results 10 comments of Shubham Chambhare

@tink2123 Can you look into this issue?

@vivienfanghuagood Thank you for your reply, but as i am using PaddleOCR, I can't find any parameter as `FLAGS_allocator_strategy=naive_best_fit` as per my research It's in PaddlePaddle repo [here](https://www.paddlepaddle.org.cn/documentation/docs/en/guides/flags/memory_en.html#memory-management) following are...

@vivienfanghuagood Yes you are correct, but I can't manually change that env variable. Can you suggest me any solution, I really want to fix this memory auto growth problem. Thanks.

> just set in you shell > > ```shell > export FLAGS_allocator_strategy=naive_best_fit > ``` @GreatV The following is not working.

@GreatV @vivienfanghuagood Still the same, here i am using python memory profiler. You can see on every request we see a memory increment on predict model line. This is not...

@GreatV can you show you inference script of using onnx for OCR, will check the memory issue over onnx too.

> Hi @ShubhamZoop, you may refer https://github.com/GreatV/ppocr_trt_infer Does this solve the problem of memory growth? and can you show me how do I get started with the above infer files....

> Hi @ShubhamZoop, You may try other implementations that don't use the paddle inference backend, such as https://github.com/PaddlePaddle/FastDeploy. The code above link is just a demo that removes the paddle...

@GreatV ORT kind of works fine most of the time, but yes It's pretty slow as compared to OpenVino. and sometime it take so long to predict. Will there is...

> Has the predicted environment changed? It is recommended to use openvino acceleration for v4, which will greatly improve @tink2123 Can you provide a sample code for using openvino with...