mirror of https://github.com/coqui-ai/TTS.git
config update disable guided attention for dynamic conv attention
This commit is contained in:
parent
29b17c0808
commit
f81af4eb0d
|
@ -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.
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue