cmusphinx / g2p-seq2seq

G2P with Tensorflow
Other
667 stars 196 forks source link

RNNLM in seq2seq model training #153

Open ellurunaresh opened 5 years ago

ellurunaresh commented 5 years ago

Hi all, I have trained g2p model using seq2seq package. I could see in "setup.py" it was given RNNLM was used. But I couldn't find the help of RNNLM in seq2seq training. Are we using RNNLM in g2p-seq2seq model training?

Please reply if anyone knows the answer.