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:
@@ -75,6 +75,7 @@ def create_hparams(hparams_string=None, verbose=False):
|
|||||||
################################
|
################################
|
||||||
# Optimization Hyperparameters #
|
# Optimization Hyperparameters #
|
||||||
################################
|
################################
|
||||||
|
used_saved_learning_rate=False,
|
||||||
learning_rate=1e-3,
|
learning_rate=1e-3,
|
||||||
weight_decay=1e-6,
|
weight_decay=1e-6,
|
||||||
grad_clip_thresh=1,
|
grad_clip_thresh=1,
|
||||||
|
|||||||
Reference in New Issue
Block a user