From 89dd89b5e500cba2257a32c35870b8951584b5b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eren=20G=C3=B6lge?= Date: Tue, 22 Feb 2022 12:18:03 +0100 Subject: [PATCH] Update LJSpeech DCA recipe --- recipes/ljspeech/tacotron2-DCA/train_tacotron_dca.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/ljspeech/tacotron2-DCA/train_tacotron_dca.py b/recipes/ljspeech/tacotron2-DCA/train_tacotron_dca.py index cf00ccc2..8c159d98 100644 --- a/recipes/ljspeech/tacotron2-DCA/train_tacotron_dca.py +++ b/recipes/ljspeech/tacotron2-DCA/train_tacotron_dca.py @@ -38,10 +38,10 @@ config = Tacotron2Config( # This is the config that is saved for the future use num_eval_loader_workers=4, run_eval=True, test_delay_epochs=-1, - ga_alpha=5.0, + ga_alpha=0.0, r=2, attention_type="dynamic_convolution", - double_decoder_consistency=True, + double_decoder_consistency=False, epochs=1000, text_cleaner="phoneme_cleaners", use_phonemes=True,