min_cutoff minus std::max(0.0, ext_scorer_->beta) for what? #1816
Unanswered
zh794390558
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
STT/native_client/ctcdecode/ctc_beam_search_decoder.cpp
Lines 85 to 86 in 116029a
Does this mean
min_cutoff
is lower thanscore + log(blank prob)
, so can consider beam score >=score + log(blank prob)
which includeblank
in current step?Beta Was this translation helpful? Give feedback.
All reactions