mirror of
https://github.com/wassname/TTS.git
synced 2026-09-09 11:16:00 +08:00
Update max_decoder_steps in tacotron recipes
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user