zzw922cn / TF2_soft_dtw

Custom TensorFlow2 implementations of forward and backward computation of soft-DTW algorithm in batch mode.
21 stars 1 forks source link

Thank you :D #1

Open dathudeptrai opened 3 years ago

dathudeptrai commented 3 years ago

@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.

zzw922cn commented 3 years ago

@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.