Closed fischermario closed 6 years ago
The first call of tf_sess.run takes significantly longer than consecutive calls due to initialization. In the benchmark timings reported we averaged over several to calls to tf_sess.run, excluding the first call. Are you excluding the first call in your timing?
That was it. I did not take the initialization time into account. Thanks for the insight :blush:
No problem, glad to hear it worked :).
Closing this.
I have tried to recreate the benchmark results with the examples from the repository. The inference speed on my Jetson TX2 is much slower compared to the results in the table on the front page.
This is the log for classification.ipynb:
My only modification to the example code is time measurement around
I ran my tests after a reboot with
Without those commands the inference time is ~200 ms higher.
What am I missing here?