parlance / ctcdecode

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

what is the termination condition of ctc beam search? #169

Open zhhao1 opened 4 years ago

zhhao1 commented 4 years ago

I want to know what is the termination condition of ctc beam search. It seems that it didn't need the end token in this code.