GPU mem. Occupied Too Much

Hey,

When I run object detection using the GPU on my Nano, it says;

totalMemory:3.86 GiB freeMemory:622.61MiB

Im not running anything else on the GPU, does anyone know why is this happening and how can I can increase the free memory for the operation?

Hi,

Suppose this is a TensorFlow log.
Could you try to restart the Nano and run the program again?
TensorFlow may not correctly capture the memory size sometimes on the system that sharing memory between CPU and GPU.

Thanks.