Rayhane-mamah / Tacotron-2

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

Tensorflow 2 #455

Closed njellinas closed 4 years ago

njellinas commented 4 years ago

Hello, does anyone has any idea of how this would be implemented in Tensorflow 2? They have introduced this tensorflow-addons, but I tried with all the tf.function stuff and there was always an impassable error :P

kevastator commented 4 years ago

I have attempted to use Tf2, but it doesn't seem to work with preprocessed data.

dathudeptrai commented 4 years ago

here in my TF2 implementation: https://github.com/dathudeptrai/TensorflowTTS. @njellinas @kevastator