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

beam search #27

Closed fangshuiyun closed 1 year ago

fangshuiyun commented 1 year ago

Hi! I have a question! The result of "best_path" is normal or i want to,but when i used the "beam_search",the result is none or no output,is all blank! So what i meet? How to deal with?

fangshuiyun commented 1 year ago

Hi! I have a question! The result of "best_path" is normal or i want to,but when i used the "beam_search",the result is none or no output,is all blank! So what i meet? How to deal with?

Now is OK!

githubharald commented 1 year ago

good to hear that it now works :-)