mirror of https://github.com/coqui-ai/TTS.git
Bug fix on XTTS v2.0 Trainer
parent
f444f296f2
commit
b146de4ce8
|
@ -237,8 +237,7 @@ class GPTTrainer(BaseTTS):
|
|||
self.config,
|
||||
s_info["speaker_wav"],
|
||||
s_info["language"],
|
||||
gpt_cond_len=3,
|
||||
decoder="ne_hifigan",
|
||||
gpt_cond_len=3
|
||||
)["wav"]
|
||||
test_audios["{}-audio".format(idx)] = wav
|
||||
|
||||
|
|
|
@ -87,7 +87,9 @@ model_args = GPTArgs(
|
|||
gpt_use_masking_gt_prompt_approach=True,
|
||||
gpt_use_perceiver_resampler=True,
|
||||
)
|
||||
|
||||
audio_config = XttsAudioConfig(sample_rate=22050, dvae_sample_rate=22050, output_sample_rate=24000)
|
||||
|
||||
config = GPTTrainerConfig(
|
||||
epochs=1,
|
||||
output_path=OUT_PATH,
|
||||
|
|
Loading…
Reference in New Issue