You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/en/tutorials/how_to_measure_performance_of_models.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,10 +24,10 @@ ${MODEL_CFG} \
24
24
*`deploy_cfg`: The config for deployment.
25
25
*`model_cfg`: The config of the model in OpenMMLab codebases.
26
26
*`--model`: The backend model files. For example, if we convert a model to ncnn, we need to pass a ".param" file and a ".bin" file. If we convert a model to TensorRT, we need to pass the model file with ".engine" suffix.
27
+
*`--log2file`: log evaluation results and speed to file.
27
28
*`--speed-test`: Whether to activate speed test.
28
29
*`--warmup`: warmup before counting inference elapse, require setting speed-test first.
29
30
*`--log-interval`: The interval between each log, require setting speed-test first.
30
-
*`--log2file`: Log speed test result in file format, need speed-test first.
31
31
32
32
\* Other arguments in `tools/test.py` are used for performance test. They have no concern with speed test.
0 commit comments