githubharald / CTCDecoder

Connectionist Temporal Classification (CTC) decoding algorithms: best path, beam search, lexicon search, prefix search, and token passing. Implemented in Python.
https://towardsdatascience.com/3797e43a86c
MIT License
817 stars 182 forks source link

tensor flow op #4

Closed eliaho closed 6 years ago

eliaho commented 6 years ago

great code!! can you please post the code of the implementation in c++ for tensorflow you mentioned?

thanks

githubharald commented 6 years ago

thanks! I can't share the C++ implementation at the moment, sorry.

githubharald commented 6 years ago

if you are still interested in a TF custom op, see: https://github.com/githubharald/CTCWordBeamSearch