Chadrick Blog

best path(greedy) vs. beam width search ctc decoding

While training CRNN for text prediction, I found that best path decoding predicts more properly and clearly compared to beam width.
Beam width decoding results tended to be excessively messy.