Use 50 Griffin-Lim iterations by default

tuning
Keith Ito 2018-03-17 14:32:22 -07:00
parent 2a68ef4b27
commit 736bf5c1bf
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ hparams = tf.contrib.training.HParams(
# Eval:
max_iters=200,
griffin_lim_iters=60,
griffin_lim_iters=50,
power=1.5, # Power to raise magnitudes to prior to Griffin-Lim
)