From 5b340cee856f77f3125090398df36f996618f125 Mon Sep 17 00:00:00 2001 From: Fangjun Kuang Date: Wed, 1 Jun 2022 11:06:44 +0800 Subject: [PATCH] Minor fixes. --- egs/librispeech/ASR/RESULTS.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/egs/librispeech/ASR/RESULTS.md b/egs/librispeech/ASR/RESULTS.md index 15f72e55f..32352b221 100644 --- a/egs/librispeech/ASR/RESULTS.md +++ b/egs/librispeech/ASR/RESULTS.md @@ -4,6 +4,8 @@ [pruned_stateless_emformer_rnnt2](./pruned_stateless_emformer_rnnt2) +Use . + Use [Emformer](https://arxiv.org/abs/2010.10759) from [torchaudio](https://github.com/pytorch/audio) for streaming ASR. The Emformer model is imported from torchaudio without modifications.