tensorflow_end2end_speech_recognition
tensorflow_end2end_speech_recognition copied to clipboard
CTC beam search with charlm
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.
Yes, I'm planning to add CharRNNLM, but I'm working on Pytorch framework now. So, please give me a time (1-2 months).
That's awesome! Thank you!
What about the progress? I think it is a great function. Thanks.