mirror of https://github.com/coqui-ai/TTS.git
Merge pull request #1282 from coqui-ai/UpdateDCARecipe
Update Tacotron DCA recipe
This commit is contained in:
commit
a6cce9dd88
|
@ -39,6 +39,12 @@ config = Tacotron2Config( # This is the config that is saved for the future use
|
||||||
run_eval=True,
|
run_eval=True,
|
||||||
test_delay_epochs=-1,
|
test_delay_epochs=-1,
|
||||||
ga_alpha=0.0,
|
ga_alpha=0.0,
|
||||||
|
decoder_loss_alpha=0.25,
|
||||||
|
postnet_loss_alpha=0.25,
|
||||||
|
postnet_diff_spec_alpha=0,
|
||||||
|
decoder_diff_spec_alpha=0,
|
||||||
|
decoder_ssim_alpha=0,
|
||||||
|
postnet_ssim_alpha=0,
|
||||||
r=2,
|
r=2,
|
||||||
attention_type="dynamic_convolution",
|
attention_type="dynamic_convolution",
|
||||||
double_decoder_consistency=False,
|
double_decoder_consistency=False,
|
||||||
|
|
Loading…
Reference in New Issue