You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CPU or AUTO as device, when I put a breakpoint at return 0; in main function.
The Task Manager would show the memory is 27.5MB still using.
But, I think would not too many memory need at this time
When I comment out the createNetwork(); line.
At same breakpoint position, the memory is 0.6MB still using.
I think this is right and what I want.
Relevant log output
No response
Issue submission checklist
I'm reporting an issue. It's not a question.
I checked the problem with the documentation, FAQ, open issues, Stack Overflow, etc., and have not found a solution.
There is reproducer code and related data files such as images, videos, models, etc.
The text was updated successfully, but these errors were encountered:
OpenVINO Version
2024.4.0-16579-c3152d32c9c-releases/2024/4
Operating System
Windows System
Device used for inference
AUTO
Framework
None
Model used
custom
Issue description
When the program finish at
return 0;
, the memory is not free well, I think.CPU: 11th Gen Intel(R) Core(TM) i5-1145G7 @ 2.60GHz
GPU 0: Intel(R) Iris(R) Xe Graphics
driver version: 31.0.101.5388
Step-by-step reproduction
The model in this package model.zip
Code :
CPU
orAUTO
as device, when I put a breakpoint atreturn 0;
in main function.The Task Manager would show the memory is 27.5MB still using.
But, I think would not too many memory need at this time
When I comment out the
createNetwork();
line.At same breakpoint position, the memory is 0.6MB still using.
I think this is right and what I want.
Relevant log output
No response
Issue submission checklist
The text was updated successfully, but these errors were encountered: