Jeffrey_Lee
Jeffrey_Lee
Hey there I'm interested in Char2Wav, thanks for your code. Would u update it with attention mechanism?
有中文句子级别的带注音的语料就好了
Hi there In tf_qrnn.py, line 122 _w = tf.transpose(_weighted, [1, 0, 2]) I am confused about the transpose operation, could you explain it ?
Hi I wanna know what the param **init** do in your code  and why you create 3 models in the same train script I was confused