You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current paddle.layer.beam_search decoder only supports frame-wise decoding, not CTC decoding.
Add paddle.layer.ctc_beam_search to support CTC beam search decoding, with external language model scorer and word-count scorer. Please refer to Prefix Beam Search, CTC paper, and DS2 paper
It would be better to re-design the above layers, and provide a more general interfaces for beam search with any external custom scoring function.
Keep in mind that it would be better if it is compatible with both English (word-based LM) and Madarin (character-based LM).
paddle.layer.beam_search
decoder only supports frame-wise decoding, not CTC decoding.paddle.layer.ctc_beam_search
to support CTC beam search decoding, with external language model scorer and word-count scorer. Please refer to Prefix Beam Search, CTC paper, and DS2 paperThe text was updated successfully, but these errors were encountered: