DeepSpeech icon indicating copy to clipboard operation
DeepSpeech copied to clipboard

Try absl::InlinedVector for speeding up Scorer::make_ngram et. al.

Open reuben opened this issue 4 years ago • 2 comments

Seems like an easy win, just need to figure out the build aspects for the decoder Python package.

Before:

Screen Shot 2020-01-27 at 14 41 26

After:

Screen Shot 2020-01-27 at 14 42 12

reuben avatar Jan 27 '20 13:01 reuben

0.8.0?

kdavis-mozilla avatar Jun 17 '20 14:06 kdavis-mozilla

Not a big enough win to be a rush, and it's 100% an implementation detail, so we can land it after 1.0. I haven't made much progress on figuring out the ds_ctcdecode build stuff.

reuben avatar Jun 17 '20 14:06 reuben