I tried to use GpuMat.release() function to release the GpuMat I've created. However, nvidia-smi showed that the GPU memory usage does not decrease after I do that, why is it the case? Thanks.
1 | initial version |
I tried to use GpuMat.release() function to release the GpuMat I've created. However, nvidia-smi showed that the GPU memory usage does not decrease after I do that, why is it the case? Thanks.