add training curve

avx_docs
zhangjcqq 8 years ago committed by GitHub
parent 25d7ad0de7
commit 2b1918d37f

@ -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:
<center>
![pic](./curve.jpg)
</center>
### Run testing
The script for testing is `test.sh`, user just need to execute:

Loading…
Cancel
Save