conformer icon indicating copy to clipboard operation
conformer copied to clipboard

Pytorch implementation of conformer with with training script for end-to-end speech recognition on the LibriSpeech dataset.

Results 3 conformer issues
Sort by recently updated
recently updated
newest added

I have added two simple scripts. One is for data parallelism and another is for real-time inference.

Hi, I am trying to use Conformer with ctc beam search decoder from https://github.com/parlance/ctcdecode. I have created 1000 subword tokens as classes using sentencepiece. Now whenever I use your code...

Hey, I am trying to reproduce conformer from scratch these days. But my model seems to be converged too fast. Maybe you find same problem I got. CTCLoss will converge...