Fix FastSpeech config

This commit is contained in:
Eren Gölge 2021-11-01 16:41:15 +01:00
parent 5ba47081ee
commit d6d780e758
1 changed files with 2 additions and 1 deletions

View File

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