Problems Gathering Data using Imagenet-Console

Hi,

I’m trying to gather data on the layer network times of different custom models using imagenet-console from jetson inference.

The results that I’m getting fluctuate a lot each time I run the application. When I used the script provided here: linux - permision denied when change gpu clock rate in TX1 - Stack Overflow, the layer network times of one of my models became much faster and more consistent. However, one of my other models is still jumping around a lot. How can I fix this?

Hi rtk1357, you probably want to add a loop to the processing in imagenet-console and average the times from the network inference over a bunch of runs to get a more accurate number.