srvk / eesen

The official repository of the Eesen project
http://arxiv.org/abs/1507.08240
Apache License 2.0
822 stars 343 forks source link

what's the speed decode with rnn lm compare with the wfst? #154

Open Duum opened 6 years ago

Duum commented 6 years ago

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

fmetze commented 6 years ago

it is quite a bit slower, but typically faster than real-time for a single thread. however you can run recognition in a python interpreter, which is kind of cool.