keithito / tacotron

A TensorFlow implementation of Google's Tacotron speech synthesis with pre-trained model (unofficial)
MIT License
2.95k stars 959 forks source link

What's meaning of Encoder timestep and decoder timestep? #233

Closed peter05010402 closed 5 years ago

peter05010402 commented 5 years ago

Hello ,all: In the png, as follow: what's meaning of size on Encoder timestep and decoder timestep?

step-110000-align

begeekmyfriend commented 5 years ago

The time steps of encoder means the length of input sequence and that of decoder equals to the number of mel frames.

peter05010402 commented 5 years ago

@begeekmyfriend thank you for your quick and clear reply!!!