Memory leak
AleBasso80 opened this issue · comments
AleBasso80 commented
OS: Linux 16.04
Hello,
while running the demo I noticed that the process memory keeps on increasing.
Has anyone noticed the same issue?
Thanks
Alessandro
isgursoy commented
I have that leak in case of int8 while running multiple darknets in parallel. It is fine if I disable quantization.
@AlexeyAB is there any reason for that by design?
Edit: I noticed recent commits. I will check if it is already fixed.
isgursoy commented
No it is not fixed.
AleBasso80 commented
I solved by explicitly freeing prob and mask of each element of detections.