From 535f0d3e332c7f21def574b9e8bc08f383105e36 Mon Sep 17 00:00:00 2001 From: Zhao Yuting <91456992+THUzyt21@users.noreply.github.com> Date: Fri, 29 Jul 2022 11:07:31 +0800 Subject: [PATCH] Update default.yaml --- examples/iwslt2012/punc0/conf/default.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/iwslt2012/punc0/conf/default.yaml b/examples/iwslt2012/punc0/conf/default.yaml index 17b44899..e88ce2ff 100644 --- a/examples/iwslt2012/punc0/conf/default.yaml +++ b/examples/iwslt2012/punc0/conf/default.yaml @@ -29,7 +29,7 @@ optimizer_params: scheduler_params: learning_rate: 1.0e-5 # learning rate. - gamma: 0.9999 # scheduler gamma must between(0.0, 1.0) and close to 1.0 is better. + gamma: 0.9999 # scheduler gamma must between(0.0, 1.0) and closer to 1.0 is better. ########################################################### # TRAINING SETTING # -- GitLab