parlance / ctcdecode

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

Parallelize Decode #36

Closed ryanleary closed 7 years ago

ryanleary commented 7 years ago

Use threads to parallelize decoder either at utterance (ie item in batch) and/or beam level.

ryanleary commented 7 years ago

Now OBE. Decodes are parallelized by one thread per utterance in a batch.