vadimkantorov / ctcLinks
Primer on CTC implementation in pure Python PyTorch code
☆111Updated last year
Alternatives and similar repositories for ctc
Users that are interested in ctc are comparing it to the libraries listed below
Sorting:
- Recurrent Neural Aligner☆51Updated 5 years ago
- ☆67Updated 3 years ago
- Memory efficient transducer loss computation☆69Updated 3 years ago
- Auto Segmentation Criterion (ASG) implemented in pytorch☆51Updated 4 years ago
- A torch implementation of a recursion which turns out to be useful for RNN-T.☆146Updated 2 years ago
- PyTorch Implementations for End-to-End Automatic Speech Recognition☆127Updated 6 years ago
- Computes the MWER (minimum WER) Loss with CTC beam search. Knowledge distillation for CTC loss.☆59Updated 2 years ago
- PyTorch Implementation of "Monotonic Chunkwise Attention" (ICLR 2018)☆81Updated 7 years ago
- Torch-based tool for quantizing high-dimensional vectors using additive codebooks☆55Updated 3 years ago
- Self-Supervised Contrastive Learning for Unsupervised Phoneme Segmentation (INTERSPEECH 2020)☆143Updated 3 years ago
- An efficient implementation of RNN-T Prefix Beam Search in C++/CUDA.☆68Updated 5 years ago
- A pytorch wrapper for LF-MMI training and parallel training in Kaldi☆73Updated 3 years ago
- Dynamic Chunk Streaming and Offline Conformer based on athena-team/Athena.☆44Updated 3 years ago
- Non-Autoregressive Predictive Coding☆51Updated 5 years ago
- streaming attention networks for end-to-end automatic speech recognition☆55Updated 5 years ago
- Segment a given audio into utterances using a trained end-to-end ASR model.☆74Updated 5 years ago
- mWER loss implementation in tensorflow☆31Updated 5 years ago
- CUDA-Warp RNN-Transducer☆216Updated 2 years ago
- Dataset and baseline for the first Audiocaption task☆79Updated last year
- HMM, CTC, RNN-Transducer, forward-backward algorithm