Set use_cmudict to True by default

tuning
Keith Ito 2018-03-17 14:31:42 -07:00
parent 122f9783e7
commit 2a68ef4b27
1 changed files with 1 additions and 1 deletions

View File

@ -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,