syang1993 / gst-tacotron

A tensorflow implementation of the "Style Tokens: Unsupervised Style Modeling, Control and Transfer in End-to-End Speech Synthesis"
368 stars 110 forks source link

Add style weights when there is no reference audio #48

Open zh1yu4nyu opened 2 years ago

zh1yu4nyu commented 2 years ago

Hi when I check the code of eval.py, I can see that the functionality to add style weights when there is no reference audio is still to be done. Any hints of how to implement it? Thank you!