From 505e2db6aa77c82b69b0f48c8eba12a61baefcfd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eren=20G=C3=B6lge?= Date: Sat, 30 Oct 2021 14:47:49 +0200 Subject: [PATCH] Fix VCTK Tacotron2-DDC recipe --- recipes/vctk/tacotron2-DDC/train_tacotron2-ddc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/vctk/tacotron2-DDC/train_tacotron2-ddc.py b/recipes/vctk/tacotron2-DDC/train_tacotron2-ddc.py index 346d650b..63efb784 100644 --- a/recipes/vctk/tacotron2-DDC/train_tacotron2-ddc.py +++ b/recipes/vctk/tacotron2-DDC/train_tacotron2-ddc.py @@ -35,7 +35,7 @@ config = Tacotron2Config( # This is the config that is saved for the future use test_delay_epochs=-1, r=2, # gradual_training=[[0, 6, 48], [10000, 4, 32], [50000, 3, 32], [100000, 2, 32]], - double_decoder_consistency=False, + double_decoder_consistency=True, epochs=1000, text_cleaner="phoneme_cleaners", use_phonemes=True,