From cd93b7b3515f6c1a3f47055df5b5018e6f9b0de8 Mon Sep 17 00:00:00 2001 From: erogol Date: Thu, 4 Jun 2020 14:27:06 +0200 Subject: [PATCH] update model config.json with double decoder consistency --- config.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config.json b/config.json index 32debf86..74021970 100644 --- a/config.json +++ b/config.json @@ -96,6 +96,8 @@ "transition_agent": false, // enable/disable transition agent of forward attention. "location_attn": true, // enable_disable location sensitive attention. It is enabled for TACOTRON by default. "bidirectional_decoder": false, // use https://arxiv.org/abs/1907.09006. Use it, if attention does not work well with your dataset. + "double_decoder_consistency": true, // use DDC explained here https://erogol.com/solving-attention-problems-of-tts-models-with-double-decoder-consistency-draft/ + "ddc_r": 7, // reduction rate for coarse decoder. // STOPNET "stopnet": true, // Train stopnet predicting the end of synthesis.