mirror of
https://github.com/wassname/TTS.git
synced 2026-09-09 11:16:00 +08:00
Refactor GlowTTS model and recipe for TTSTokenizer
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user