mmsegmentation icon indicating copy to clipboard operation
mmsegmentation copied to clipboard

[Improvement] Exclude data loading time when benchmarking speed

Open xvjiarui opened this issue 3 years ago • 3 comments

Motivation

Exclude data loading time when benchmarking speed

Modification

Call data = next(data_loader_iter) explicitly.

BC-breaking (Optional)

May need to re-run all inference speed benchmark.

xvjiarui avatar Sep 23 '21 21:09 xvjiarui