Minor fixes.

This commit is contained in:
Fangjun Kuang 2022-06-01 11:06:44 +08:00
parent a6f4bc77c8
commit 5b340cee85

View File

@ -4,6 +4,8 @@
[pruned_stateless_emformer_rnnt2](./pruned_stateless_emformer_rnnt2)
Use <https://github.com/k2-fsa/icefall/pull/390>.
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.