Rayhane-mamah / Tacotron-2

DeepMind's Tacotron-2 Tensorflow implementation
MIT License
2.27k stars 905 forks source link

Bypass the plots when testing WaveNet #339

Open LexXia opened 5 years ago

LexXia commented 5 years ago

Hi! Thank you for sharing the project. I am using the entire Tacotron-2 model with WaveNet and trying to accelerate it. My requirement is similar to #28 but the "live" mode cannot support WaveNet now. Is there any way to bypass the plot and I/O part of WaveNet in the current version?