eesen icon indicating copy to clipboard operation
eesen copied to clipboard

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

Open Duum opened this issue 6 years ago • 1 comments

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

Duum avatar Nov 08 '17 09:11 Duum

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.

fmetze avatar Nov 09 '17 12:11 fmetze