hirofumi0810 / tensorflow_end2end_speech_recognition

End-to-End speech recognition implementation base on TensorFlow (CTC, Attention, and MTL training)
MIT License
312 stars 120 forks source link

CTC beam search with charlm #30

Open cyu0913 opened 6 years ago

cyu0913 commented 6 years ago

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.

hirofumi0810 commented 6 years ago

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

cyu0913 commented 6 years ago

That's awesome! Thank you!

GabrielLin commented 6 years ago

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