@zzw922cn Hi, I'm a creator of TensorFlowTTS (https://github.com/TensorSpeech/TensorFlowTTS). I have a plan to reproduce Parallel Tacotron2 and will use this implementation :D. Thank you so much, it's not EZ to implement soft_dtw by TensorFlow since tf.Tensor still an immutable object and we need to use tf.TensorArray as an alternative solution.
@dathudeptrai
Hi, thank you for your heavy-work TensorFlowTTS, if you find any bugs, welcome to contact me and let's fix it together! Thank you very much.
@zzw922cn Hi, I'm a creator of TensorFlowTTS (https://github.com/TensorSpeech/TensorFlowTTS). I have a plan to reproduce Parallel Tacotron2 and will use this implementation :D. Thank you so much, it's not EZ to implement soft_dtw by TensorFlow since tf.Tensor still an immutable object and we need to use tf.TensorArray as an alternative solution.