I have built a CNN using tensorflow with GPU support, and ran it on Jetson nano. I want to get some metrics such as CPU load, GPU load, RAM on a .csv file, and most important I want to measure the part of the code, more specifically the time duration that tensorflow accelerates my code on the validation stage. How can I achieve all these?
Related topics
| Topic | Replies | Views | Activity | |
|---|---|---|---|---|
| Tensorflow model load time is extremely long when GPU computation is enabled | 1 | 513 | January 14, 2021 | |
| TensorFlow performance | 1 | 3186 | March 28, 2019 | |
| nvprof with tensorflow is suspiciously slow | 7 | 1641 | January 19, 2019 | |
| Program running time is too long ( tensorflow and yolov4 ) | 1 | 485 | December 28, 2020 | |
| I'm not sure the timeline data is correct in my CNN inference. | 5 | 896 | December 5, 2019 | |
| Running PyTorch CUDA | 7 | 2334 | June 22, 2022 | |
| How to find out GPU time for executing a particular block of code? | 9 | 2283 | March 28, 2024 | |
| TensorRT-Nano reproducing benchmark numbers | 2 | 692 | April 11, 2019 | |
| Visual Profiler on Jetson Nano | 3 | 2066 | December 7, 2020 | |
| NVPROF power consumption | 1 | 611 | June 1, 2020 |