From 5f97bc751f1b56a8a0620e53d96400732017e324 Mon Sep 17 00:00:00 2001 From: zhangjcqq <664122220@qq.com> Date: Mon, 21 Nov 2016 10:22:14 +0800 Subject: [PATCH] revise test config --- doc/demo/semantic_role_labeling/semantic_role_labeling.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/demo/semantic_role_labeling/semantic_role_labeling.md b/doc/demo/semantic_role_labeling/semantic_role_labeling.md index add2e54fad0..e2793b2b349 100644 --- a/doc/demo/semantic_role_labeling/semantic_role_labeling.md +++ b/doc/demo/semantic_role_labeling/semantic_role_labeling.md @@ -129,6 +129,7 @@ paddle train \ --average_test_period=10000000 \ --init_model_path=./data \ --load_missing_parameter_strategy=rand \ + --test_all_data_in_one_period=1 \ 2>&1 | tee 'train.log' ``` @@ -142,6 +143,7 @@ paddle train \ - \--average_test_period=10000000: do test on average parameter every average_test_period batches - \--init_model_path=./data: parameter initialization path - \--load_missing_parameter_strategy=rand: random initialization unexisted parameters +- \--test_all_data_in_one_period=1: test all data in one period After training, the models will be saved in directory `output`. Our training curve is as following: -- GitLab