杜渺

Results 3 issues of 杜渺

what's the speed decode with rnn lm compare with the wfst? Can I use rnn lm decoder for production?

I find a interesting place , in your implement of BLSTM ,: ``` local fwdProj = nn.Linear(nIn, nOut)(fwdX) local bwdProj = nn.Linear(nIn, nOut)(bwdX) local output = nn.CAddTable()({fwdProj, bwdProj}) ``` I...

Hi, i am using your lstm+ctc recently, It's nice with simplicity and effective. And would I ask you a question How small is the value of CTC layer cost enough,...