You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to look at the hparams.py file, but couldn't find it there. I'm new to the text-to-speech modeling.
How to set max char length, and are all shorter sentences zero-padded during both training/inference?
The encoder_lstm_units in each direction are 256, so does it mean the max char length in text must be 256, If so, how would one synthesize sentences or paragraphs that are much longer in continuous speech?
The text was updated successfully, but these errors were encountered:
I was trying to look at the hparams.py file, but couldn't find it there. I'm new to the text-to-speech modeling.
How to set max char length, and are all shorter sentences zero-padded during both training/inference?
The encoder_lstm_units in each direction are 256, so does it mean the max char length in text must be 256, If so, how would one synthesize sentences or paragraphs that are much longer in continuous speech?
The text was updated successfully, but these errors were encountered: