OpenSeq2Seq
OpenSeq2Seq copied to clipboard
Question: how to integrate RNNLM into speech2text ctc with lm decoder?
I think one of the ways is to extend the method _compute_loss inside MultiTaskCTCEntropyLoss class with RNNLM loss
This is a great idea.
I think one of the ways is to extend the method _compute_loss inside MultiTaskCTCEntropyLoss class with RNNLM loss
Hello, have you integrated RNNLM into speech2text ctc ?After integrated, it will improve the output of the acoustic model or only improve the word-level output text? And ,is the integrating process different from the process of external lm rescore? If you have done this ,can you show the code or please help solve my doubts in detail? Thank you
Any updates regarding this topic? Has anyone implemented this ?