kensho-technologies / pyctcdecode

A fast and lightweight python-based CTC beam search decoder for speech recognition.
Apache License 2.0
416 stars 89 forks source link

Add some code to bypass multiprocessing when using a spawn context #68

Closed lopez86 closed 2 years ago

lopez86 commented 2 years ago

Summary: Other things I've tried include

This PR also does a bit of refactoring and improving some type hints.