lwang114 / UnsupTTS

MIT License
35 stars 4 forks source link

Inference #2

Closed skosgi242 closed 1 year ago

skosgi242 commented 1 year ago

Hi, How do I run inference for some text samples on pre-trained models.

lwang114 commented 1 year ago

The inference for the TTS model should follow the standard ESPNet pipeline as described in this colab notebook: https://colab.research.google.com/github/espnet/notebook/blob/master/tts_realtime_demo.ipynb#scrollTo=3lMJyJcLCsd4. Our API may be slightly outdated though, so we will consider providing some example code for off-the-shell inference in the future.

skosgi242 commented 1 year ago

Thanks for the info.