You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Jackwaterveg
d7222c0453
|
3 years ago | |
---|---|---|
.. | ||
beam_search | 3 years ago | |
ctcdecoder | 3 years ago | |
scorers | 3 years ago | |
README.md | 3 years ago | |
__init__.py | 3 years ago | |
recog.py | 3 years ago | |
recog_bin.py | 3 years ago | |
utils.py | 3 years ago |
README.md
Decoders
we borrow a lot of code from Espnet Apache 2.0 (http://www.apache.org/licenses/LICENSE-2.0)
Reference
CTC Prefix Beam Search
- Sequence Modeling With CTC
- First-Pass Large Vocabulary Continuous Speech Recognition using Bi-Directional Recurrent DNNs
CTC Prefix Score & Join CTC/ATT One-passing Decoding
- Hybrid CTC/Attention Architecture for End-to-End Speech Recognition
- Vectorized Beam Search for CTC-Attention-based Speech Recognition