AIM 2020 Efficient Super-Resolution Challenge Forum

Go back to competition Back to thread list Post in this thread

> How to compute the runtime measures in the Final phase?

Hello!
When we make “torch.backends.cudnn.benchmark = True”,it need many loops then the machine will test the time more stably.
So we are worried about how to accurately test time in the test phase?
Whether use your code in the same setting to measure? (only need our model and checkpoint and make sure it can be executable)

Posted by: Now @ July 1, 2020, 3:58 a.m.

No need to worry about this. I will use the same setting for all the models and may set “torch.backends.cudnn.benchmark = False”.

Posted by: cszn @ July 2, 2020, 11:40 a.m.
Post in this thread