ctcdecode icon indicating copy to clipboard operation
ctcdecode copied to clipboard

Confused about adjustment to return score.

Open PCerles opened this issue 7 years ago • 0 comments

https://github.com/PCerles/ctcdecode/blob/master/ctcdecode/src/ctc_beam_search_decoder.cpp#L170

// compute aproximate ctc score as the return score, without affecting the // return order of decoding result. To delete when decoder gets stable.

What is the use of this adjustment to the return score? And what is "unstable" about the decoder? Haven't been able to figure it out. Thanks!

PCerles avatar Nov 13 '18 18:11 PCerles