diff --git a/doc/demo/semantic_role_labeling/semantic_role_labeling.md b/doc/demo/semantic_role_labeling/semantic_role_labeling.md index add2e54fad08ce1e044aef17881ab4aec645daa2..e2793b2b3494160a7a80f07ec2127bd1f1a4f2e4 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: