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

Standardize imports in tests #36

Closed mikeyshulman closed 2 years ago

mikeyshulman commented 2 years ago

The tests currently use a mix of relative and absolute imports. We should not mix and match ideally.