Rayhane-mamah / Tacotron-2

DeepMind's Tacotron-2 Tensorflow implementation
MIT License
2.26k stars 906 forks source link

Streaming decode #294

Open MrDiplodocus opened 5 years ago

MrDiplodocus commented 5 years ago

Hello, Is it possible to make streaming tts with your architecture? We already made streaming Griffin-Lim and now we need a streaming decoder. What do yo think about it? Can we pass cell status to decoder and solve the problem of using bi-directional RNN in encoder?

superhg2012 commented 4 years ago

@MrDiplodocus how to implement streaming Griffin-Lim algo?