How to inference it?
#2
by
jonathansilvasantos
- opened
Can someone share an inference script for testing this model independently? I'm exploring how to adapt FastPitch for compatibility with this model or other less computationally demanding text-to-speech (TTS) models.
I recommend you check out the StyleTTS2 repo on how to do inference with PL-BERT. Specifically in the train_second.py
file for example, you can look at plbert = load_plbert(BERT_path)
as a starting point in that script.