From efbe50692cd5cfe1c1b3b9a209f81cec996fdd1a Mon Sep 17 00:00:00 2001 From: gmm <38800877+mmglove@users.noreply.github.com> Date: Mon, 4 Jul 2022 18:50:09 +0800 Subject: [PATCH] add bencnmark model epochs (#650) --- test_tipc/configs/FOMM/train_infer_python.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_tipc/configs/FOMM/train_infer_python.txt b/test_tipc/configs/FOMM/train_infer_python.txt index 5c1b310..190ffc2 100644 --- a/test_tipc/configs/FOMM/train_infer_python.txt +++ b/test_tipc/configs/FOMM/train_infer_python.txt @@ -52,7 +52,7 @@ null:null ===========================train_benchmark_params========================== batch_size:16 fp_items:fp32 -epoch:5 +epoch:15 --profiler_options:batch_range=[10,20];state=GPU;tracer_option=Default;profile_path=model.profile flags:null ===========================infer_benchmark_params========================== -- GitLab