ctcdecode icon indicating copy to clipboard operation
ctcdecode copied to clipboard

Bug in pruning

Open joemathai opened this issue 7 years ago • 1 comments

The code only prunes with cutoff_top_n if the probability cutoff_prob is set with a value less than 1.0 https://github.com/parlance/ctcdecode/blob/0e3aef7b35200a14658fb762bebded93ee1288f9/ctcdecode/src/decoder_utils.cpp#L20

joemathai avatar May 24 '18 20:05 joemathai

Also, I am not sure why we have this https://github.com/parlance/ctcdecode/blob/0e3aef7b35200a14658fb762bebded93ee1288f9/ctcdecode/src/decoder_utils.cpp#L29

joemathai avatar May 24 '18 20:05 joemathai