Open marekrydlewski opened 5 years ago
What LM are you using?
For included test.py
in this repo I use included arpa file. But for my usage (deepspeech.pytorch) I use LM binary generated from KenLM)
i have the same error , @marekrydlewski .Have you solved the problem?
I meet the same error , @marekrydlewski @baicaitongee .Have you solved the problem?
After successful installation (I don't get any error messages, everything looks good) I got error when using
CTCBeamDecoder
, it throws exceptions even when running included tests intest.py
.Error message is always the same: "not enough space" which is quite odd.
If I pass
lm_path
toCTCBeamDecoder
constructor it fails on line:if not, it fails on call to
ctc_decode.paddle_beam_decode
I use pytorch in version 1.1 I've tried multiple installations but it didn't help. I use RTX 2080, cuda 10.1 but I don't know if it's related.
Any ideas?