Tacotron-2
Tacotron-2 copied to clipboard
problem about Zoneout LSTM
Hi: I've read the tacotron2 paper and read your wiki: https://github.com/Rayhane-mamah/Tacotron-2/wiki/Spectrogram-Feature-prediction-network
I found that in your description, you use ordinary LSTM in this project, rather than zoneout LSTM mentioned in the paper.
Please share if you use zoneout LSTM in this project? thanks very much.