From 6fc454486ccb2b653f916df979ad899e51a55ff8 Mon Sep 17 00:00:00 2001 From: tensor-tang Date: Thu, 21 Dec 2017 04:01:55 -0500 Subject: [PATCH] reduce test_period to save time when training openblas --- benchmark/paddle/image/run_openblas_train.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/benchmark/paddle/image/run_openblas_train.sh b/benchmark/paddle/image/run_openblas_train.sh index fce6f9be4a9..e751cd6939e 100755 --- a/benchmark/paddle/image/run_openblas_train.sh +++ b/benchmark/paddle/image/run_openblas_train.sh @@ -15,8 +15,8 @@ function train() { --use_mkldnn=False \ --use_gpu=False \ --trainer_count=$thread \ - --log_period=10 \ - --test_period=100 \ + --log_period=3 \ + --test_period=30 \ --config_args=$args \ 2>&1 | tee ${log} -- GitLab