tensorflow-with-kenlm
tensorflow-with-kenlm copied to clipboard
Tensorflow with KenLM integrated for beam search scoring
NOTE: Only file GitHub issues for bugs and feature requests. All other topics will be closed. For general support from the community, see [StackOverflow](https://stackoverflow.com/questions/tagged/tensorflow). To make bugs and feature requests...
I am getting an error of segmentation fault(core dumped) while using kenlm within the ctc beam search decoder.
The link for "Download and Setup" in the readme is broken. It leads to: https://github.com/timediv/tensorflow-with-kenlm/blob/master/tensorflow/g3doc/get_started/os_setup.md This leads me to the error that when I clone and `./configure` I get: `no...
Hi, I ran ctc_beam_search_decoder and I found it too slow with kenlm. My python code looks like below. decoded, _ = tf.nn.ctc_beam_search_decoder(...) with tf.Session() as session: session.run(decoded) # Takes more...