mirror of https://github.com/coqui-ai/TTS.git
Update `max_decoder_steps` in tacotron recipes
This commit is contained in:
parent
fc0c4600bd
commit
d435fd7981
|
@ -50,7 +50,7 @@
|
||||||
"stopnet_pos_weight": 15.0,
|
"stopnet_pos_weight": 15.0,
|
||||||
"run_eval": true,
|
"run_eval": true,
|
||||||
"test_delay_epochs": 10,
|
"test_delay_epochs": 10,
|
||||||
"max_decoder_steps": 50,
|
"max_decoder_steps": 1000,
|
||||||
"noam_schedule": true,
|
"noam_schedule": true,
|
||||||
"grad_clip": 0.05,
|
"grad_clip": 0.05,
|
||||||
"epochs": 1000,
|
"epochs": 1000,
|
||||||
|
|
|
@ -56,7 +56,7 @@
|
||||||
"run_eval": true,
|
"run_eval": true,
|
||||||
"test_delay_epochs": 10,
|
"test_delay_epochs": 10,
|
||||||
"test_sentences_file": null,
|
"test_sentences_file": null,
|
||||||
"max_decoder_steps": 50,
|
"max_decoder_steps": 1000,
|
||||||
"noam_schedule": true,
|
"noam_schedule": true,
|
||||||
"grad_clip": 0.05,
|
"grad_clip": 0.05,
|
||||||
"epochs": 1000,
|
"epochs": 1000,
|
||||||
|
|
Loading…
Reference in New Issue