louiskirsch / tensorflow-with-kenlm

Tensorflow with KenLM integrated for beam search scoring
http://tensorflow.org
Apache License 2.0
34 stars 8 forks source link

segmentation fault (core dumped) #1

Open arpit601 opened 7 years ago

arpit601 commented 7 years ago

I am getting an error of segmentation fault(core dumped) while using kenlm within the ctc beam search decoder.

lscaria commented 7 years ago

I am currently having the same issue as well.

marcoleewow commented 7 years ago

@arpit601 @lscaria hi have you guys found a way to fix this problem?

thomasquintana commented 6 years ago

I have a custom TensorFlow Op that runs on TF 1.8 and ran into a similar issue. Please find the details here https://github.com/kpu/kenlm/issues/154#issuecomment-386415120