conformer and Conformer
These are competitors: both are independent PyTorch implementations of the Conformer architecture for speech recognition, with sooftware/conformer offering a general-purpose model implementation while LuluW8071/Conformer provides a training framework specifically optimized around PyTorch Lightning.
About conformer
sooftware/conformer
[Unofficial] PyTorch implementation of "Conformer: Convolution-augmented Transformer for Speech Recognition" (INTERSPEECH 2020)
Combines convolution layers and multi-head attention to capture both local acoustic features and long-range dependencies in a parameter-efficient architecture. Integrates with CTC loss for end-to-end training on speech recognition tasks, with model-only code designed for use in larger training frameworks like OpenSpeech.
About Conformer
LuluW8071/Conformer
End-to-End Speech Recognition Training with Conformer CTC using PyTorch Lightning⚡
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work