I am trying to calculate the power consumption of a tensorRT script written in Python. With CUDA there is nvprof cuda_script
, but couldn't find something like that for my Python script.
Is there something similar for Python? How are people calculating the power consumption of p100/v100?
Something like this for Nvidia GPUs - How to profile CPU usage of a Python script?