From f81af4eb0d7dd0a64d367e287a7d496e8674bf85 Mon Sep 17 00:00:00 2001 From: erogol Date: Mon, 14 Dec 2020 16:57:26 +0100 Subject: [PATCH] config update disable guided attention for dynamic conv attention --- TTS/tts/configs/ljspeech_tacotron2_dynamic_conv_attn.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TTS/tts/configs/ljspeech_tacotron2_dynamic_conv_attn.json b/TTS/tts/configs/ljspeech_tacotron2_dynamic_conv_attn.json index 212e49b3..cd5ad8ab 100644 --- a/TTS/tts/configs/ljspeech_tacotron2_dynamic_conv_attn.json +++ b/TTS/tts/configs/ljspeech_tacotron2_dynamic_conv_attn.json @@ -75,7 +75,7 @@ "decoder_diff_spec_alpha": 0.25, // differential spectral loss weight. If > 0, it is enabled "decoder_ssim_alpha": 0.5, // decoder ssim loss weight. If > 0, it is enabled "postnet_ssim_alpha": 0.25, // postnet ssim loss weight. If > 0, it is enabled - "ga_alpha": 5.0, // weight for guided attention loss. If > 0, guided attention is enabled. + "ga_alpha": 0.0, // weight for guided attention loss. If > 0, guided attention is enabled. "stopnet_pos_weight": 15.0, // pos class weight for stopnet loss since there are way more negative samples than positive samples.