Update max_decoder_steps in tacotron recipes

This commit is contained in:
Eren Gölge
2021-07-24 11:40:08 +02:00
parent fc0c4600bd
commit d435fd7981
2 changed files with 2 additions and 2 deletions
@@ -50,7 +50,7 @@
"stopnet_pos_weight": 15.0,
"run_eval": true,
"test_delay_epochs": 10,
"max_decoder_steps": 50,
"max_decoder_steps": 1000,
"noam_schedule": true,
"grad_clip": 0.05,
"epochs": 1000,
@@ -56,7 +56,7 @@
"run_eval": true,
"test_delay_epochs": 10,
"test_sentences_file": null,
"max_decoder_steps": 50,
"max_decoder_steps": 1000,
"noam_schedule": true,
"grad_clip": 0.05,
"epochs": 1000,