Test speed and performance of TX2

Hi,

I’m trying to use Tensorflow with the Jetson TX2. I want to be able to evaluate the performance/speed of Tensorflow with the TX2 and compare it with Numpy/Python. Does Nvidia have any type of default script available to test that? I want to be sure that my TX2 is performing properly compared to Numpy. Thanks.

Hi,

TensorFlow is a third-party library so we don’t provide a benchmark guide.

But it’s recommended to install our official package here:

And maximize the device performance with these commands:

sudo nvpmodel -m 0
sudo jetson_clocks

Thanks.