From d6d780e758238d09d2f3062e758056d550959556 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eren=20G=C3=B6lge?= Date: Mon, 1 Nov 2021 16:41:15 +0100 Subject: [PATCH] Fix FastSpeech config --- TTS/tts/configs/fast_speech_config.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/TTS/tts/configs/fast_speech_config.py b/TTS/tts/configs/fast_speech_config.py index 040a8910..e3d25cff 100644 --- a/TTS/tts/configs/fast_speech_config.py +++ b/TTS/tts/configs/fast_speech_config.py @@ -110,6 +110,7 @@ class FastSpeechConfig(BaseTTSConfig): model_args: ForwardTTSArgs = ForwardTTSArgs(use_pitch=False) # multi-speaker settings + num_speakers: int = 0 speakers_file: str = None use_speaker_embedding: bool = False use_d_vector_file: bool = False @@ -142,7 +143,7 @@ class FastSpeechConfig(BaseTTSConfig): r: int = 1 # DO NOT CHANGE # dataset configs - compute_f0: bool = True + compute_f0: bool = False f0_cache_path: str = None # testing