Skip to content

Commit

Permalink
Adjust initial learning rate
Browse files Browse the repository at this point in the history
Signed-off-by: begeekmyfriend <[email protected]>
  • Loading branch information
begeekmyfriend committed Aug 19, 2018
1 parent a614f95 commit 8a8696a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hparams.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
batch_size=32,
adam_beta1=0.9,
adam_beta2=0.999,
initial_learning_rate=0.002,
initial_learning_rate=0.001,
decay_learning_rate=True,
use_cmudict=False, # Use CMUDict during training to learn pronunciation of ARPAbet phonemes

Expand Down

0 comments on commit 8a8696a

Please sign in to comment.