tacotron icon indicating copy to clipboard operation
tacotron copied to clipboard

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

Open jjoe1 opened this issue 5 years ago • 0 comments

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?

jjoe1 avatar May 20 '20 05:05 jjoe1