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

Merge pull request #37 from yoks/master

`used_saved_learning_rate`  fix
This commit is contained in:
Rafael Valle
2018-06-12 09:00:14 -07:00
committed by GitHub

View File

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