facebookresearch / textlesslib

Library for Textless Spoken Language Processing
MIT License
518 stars 50 forks source link

Tacotron2 training codes #16

Open WillQuCD opened 2 years ago

WillQuCD commented 2 years ago

Hi, thank you very much for the great work!

Could you please release the training codes to convert discrete ids to mel-spectrograms?

I was wondering how to train this tacotron2 model. The ground truth mel-spectrograms is sythesized by a TTS model?

Thank you!

JadeCopet commented 2 years ago

Hi,

Please see issue #3951 in fairseq. You can refer to the fairseq unit-to-speech example here, or the NVIDIA's Tacotron2 repo link.