placebokkk / ctc-asrLinks
pytorch CTC implementation for ASR. Use eesen's fst decoder framework
☆10Updated 5 years ago
Alternatives and similar repositories for ctc-asr
Users that are interested in ctc-asr are comparing it to the libraries listed below
Sorting:
- TTS Text Analyzer☆32Updated 2 years ago
- Audio LPC (linear prediction code) using mel spectorgram, compatible for LPCNet☆62Updated 4 years ago
- streaming attention networks for end-to-end automatic speech recognition☆55Updated 5 years ago
- RepVgg + HiFiGAN☆35Updated 3 years ago
- ☆45Updated 5 years ago
- A Python interface to OpenFst (fix FstDrawer interface issue for 1.6 version)☆17Updated 7 years ago
- magicspeech competition recipe☆18Updated 5 years ago
- it's ASR decoder and make graph project☆33Updated 3 years ago
- torch version of LPCNet☆21Updated 5 years ago
- it's a train acoustics model code lib☆27Updated 5 years ago
- Transformer based ASR Engine.☆13Updated 4 years ago
- Efficient Neural Architecture Search via Straight-Through Gradients☆13Updated 5 years ago
- Memory efficient transducer loss computation☆69Updated 3 years ago
- Model Fusion Based Prosody Prediction☆17Updated 7 years ago
- Python wrapper for OpenFST and its extensions from Kaldi. Also support reading/writing ark/scp files☆55Updated 4 months ago
- ☆76Updated 3 years ago
- Chinese Text Normalization and Dataset☆89Updated 3 years ago
- PyTorch Implementation of Stepwise Monotonic Multihead Attention similar to Enhancing Monotonicity for Robust Autoregressive Transformer …☆39Updated 4 years ago
- LVCNet: Efficient Condition-Dependent Modeling Network for Waveform Generation☆80Updated 4 years ago
- Optimized loss based on cross-entropy (CE), like MWER (minimum WER) Loss with beam search and negative sampling strategy, Smoothed Max Po…