From 2b1918d37f7de50deb6c1956a2f5fd0474108f4b Mon Sep 17 00:00:00 2001 From: zhangjcqq <664122220@qq.com> Date: Wed, 16 Nov 2016 19:04:17 +0800 Subject: [PATCH] add training curve --- doc/demo/semantic_role_labeling/semantic_role_labeling.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/demo/semantic_role_labeling/semantic_role_labeling.md b/doc/demo/semantic_role_labeling/semantic_role_labeling.md index 69378d0d4e..5ade1ee8d6 100644 --- a/doc/demo/semantic_role_labeling/semantic_role_labeling.md +++ b/doc/demo/semantic_role_labeling/semantic_role_labeling.md @@ -144,7 +144,10 @@ paddle train \ - \--load_missing_parameter_strategy=rand: random initialization unexisted parameters -After training, the models will be saved in directory `output`. +After training, the models will be saved in directory `output`. Our training curve is as following: +
+![pic](./curve.jpg) +
### Run testing The script for testing is `test.sh`, user just need to execute: -- GitLab