config update disable guided attention for dynamic conv attention

This commit is contained in:
erogol 2020-12-14 16:57:26 +01:00
parent 29b17c0808
commit f81af4eb0d
1 changed files with 1 additions and 1 deletions

View File

@ -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.