Rayhane-mamah/Tacotron-2

What parameter defines the max char length in the input text?

Opened this issue · 0 comments

jjoe1 commented

I was trying to look at the hyper params 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?