Refactor GlowTTS model and recipe for TTSTokenizer

This commit is contained in:
Eren Gölge 2021-11-16 13:36:35 +01:00
parent b6c2bfdf08
commit 8071fa0020
1 changed files with 1 additions and 1 deletions

View File

@ -287,7 +287,7 @@ class BaseTTS(BaseModel):
verbose=verbose,
speaker_id_mapping=speaker_id_mapping,
d_vector_mapping=d_vector_mapping if config.use_d_vector_file else None,
tokenizer=self.tokenizer,
tokenizer=self.tokenizer
)
# wait all the DDP process to be ready