Rayhane-mamah / Tacotron-2

DeepMind's Tacotron-2 Tensorflow implementation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

problem about Zoneout LSTM

z-hou opened this issue · comments

commented

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.