p0p4k / vits2_pytorch

unofficial vits2-TTS implementation in pytorch
https://arxiv.org/abs/2307.16430
MIT License
471 stars 84 forks source link

a trivial bug #16

Closed 16dian11 closed 1 year ago

16dian11 commented 1 year ago

Thanks for your great work, I am using your code to train a multilingual model, but you seem to have forgotten the initialization of self.use_mel_spec_posterior in TextAudioSpeakerLoader

p0p4k commented 1 year ago

Hi, good catch! Please check the latest patch and report back, thanks!