tensorflow_end2end_speech_recognition icon indicating copy to clipboard operation
tensorflow_end2end_speech_recognition copied to clipboard

CTC beam search with charlm

Open cyu0913 opened this issue 6 years ago • 3 comments

Hi,

This is very interesting project.

I have a question on the CTC beam search (with charlm) you're currently implementing. Are you planning to use RNN based character language model or n-gram based one? I think it will be very useful to have CTC beam search that support RNN based character language model.

Thanks.

cyu0913 avatar Jan 31 '18 04:01 cyu0913

Yes, I'm planning to add CharRNNLM, but I'm working on Pytorch framework now. So, please give me a time (1-2 months).

hirofumi0810 avatar Jan 31 '18 06:01 hirofumi0810

That's awesome! Thank you!

cyu0913 avatar Jan 31 '18 07:01 cyu0913

What about the progress? I think it is a great function. Thanks.

GabrielLin avatar Aug 03 '18 11:08 GabrielLin