From 2a68ef4b271e9de7dddd47e7b7363b5ffcae6cd0 Mon Sep 17 00:00:00 2001 From: Keith Ito Date: Sat, 17 Mar 2018 14:31:42 -0700 Subject: [PATCH] Set use_cmudict to True by default --- hparams.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hparams.py b/hparams.py index 38f2ce5..ccd65c1 100644 --- a/hparams.py +++ b/hparams.py @@ -29,7 +29,7 @@ hparams = tf.contrib.training.HParams( adam_beta2=0.999, initial_learning_rate=0.0015, learning_rate_decay_halflife=100000, - use_cmudict=False, # Use CMUDict during training to learn pronunciation of ARPAbet phonemes + use_cmudict=True, # Use CMUDict during training to learn pronunciation of ARPAbet phonemes # Eval: max_iters=200,