We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18b48c2 commit 0308b86Copy full SHA for 0308b86
examples/iwslt2012/punc0/conf/default.yaml
@@ -29,7 +29,7 @@ optimizer_params:
29
30
scheduler_params:
31
learning_rate: 1.0e-5 # learning rate.
32
- gamma: 1.0 # 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 close to 1.0 is better.
33
34
###########################################################
35
# TRAINING SETTING #
0 commit comments