parlance / ctcdecode

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

getting highter wer when using this ctcdecoder instead of greedy any reasons why #136

Closed vigneshmj1997 closed 4 years ago

vigneshmj1997 commented 4 years ago

i got a wer of 14% when i did a greedy decoding and a wer of 21% when i uses this decoder with alpha 0 and beta 0 and beam width 1. any reason y this would have happened