parlance / ctcdecode

PyTorch CTC Decoder bindings
MIT License
829 stars 245 forks source link

Loss of precision in beam score returned. #57

Closed joemathai closed 6 years ago

joemathai commented 6 years ago

The beam scores are reported as tensors of type Int rather than float. This should be a quick fix.

joemathai commented 6 years ago

https://github.com/parlance/ctcdecode/pull/58