Closed nkdnnlr closed 5 years ago
Time every function and see which ones use the most time. Check if those functions can be rewritten to gain performance.
For
ncalls tottime percall cumtime percall filename:lineno(function)
as expected, measurement update uses most resources, scaling with batch size.
Time every function and see which ones use the most time. Check if those functions can be rewritten to gain performance.