1
0
mirror of https://github.com/malarinv/tacotron2 synced 2026-03-08 01:32:35 +00:00

hparams.py: adding use saved learning rate param

This commit is contained in:
rafaelvalle
2018-06-05 08:12:35 -07:00
parent 2e934478a4
commit 22bcff1155

View File

@@ -75,6 +75,7 @@ def create_hparams(hparams_string=None, verbose=False):
################################
# Optimization Hyperparameters #
################################
used_saved_learning_rate=False,
learning_rate=1e-3,
weight_decay=1e-6,
grad_clip_thresh=1,