Memory Profiling on TX2

Hi , I wanted to know the memory usage by the model on TX2 board , i Have used tegrastats and nvidia tegra system profiler to find the memory usage but there is a mismatch in the output i get . From tegrastats is get the % usage of CPU and GPU and from Nvidia Tegras system profiler i get %of GPU usage can you suggest the method to quantify the value on the memory used by my faster rcnn model

Hi,

tegrastats output the changes of physical memory so it will include both CPU and GPU usage.
You can monitor the memory change to measure the memory amount of your app.

Thanks.