Rayhane-mamah / Tacotron-2

DeepMind's Tacotron-2 Tensorflow implementation
MIT License
2.25k stars 911 forks source link

problem about Zoneout LSTM #499

Open z-hou opened 3 years ago

z-hou commented 3 years ago

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.