mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-08-09 01:52:41 +00:00
parent
bfeab319c9
commit
9f6c748b30
@ -2,6 +2,14 @@
|
|||||||
<img src="https://raw.githubusercontent.com/k2-fsa/icefall/master/docs/source/_static/logo.png" width=168>
|
<img src="https://raw.githubusercontent.com/k2-fsa/icefall/master/docs/source/_static/logo.png" width=168>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
## Introduction
|
||||||
|
|
||||||
|
icefall contains ASR recipes for various datasets
|
||||||
|
using <https://github.com/k2-fsa/k2>.
|
||||||
|
|
||||||
|
You can use <https://github.com/k2-fsa/sherpa> to deploy models
|
||||||
|
trained with icefall.
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
Please refer to <https://icefall.readthedocs.io/en/latest/installation/index.html>
|
Please refer to <https://icefall.readthedocs.io/en/latest/installation/index.html>
|
||||||
|
@ -9,6 +9,8 @@ Use <https://github.com/k2-fsa/icefall/pull/390>.
|
|||||||
Use [Emformer](https://arxiv.org/abs/2010.10759) from [torchaudio](https://github.com/pytorch/audio)
|
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.
|
for streaming ASR. The Emformer model is imported from torchaudio without modifications.
|
||||||
|
|
||||||
|
You can use <https://github.com/k2-fsa/sherpa> to deploy it.
|
||||||
|
|
||||||
| | test-clean | test-other | comment |
|
| | test-clean | test-other | comment |
|
||||||
|-------------------------------------|------------|------------|----------------------------------------|
|
|-------------------------------------|------------|------------|----------------------------------------|
|
||||||
| greedy search (max sym per frame 1) | 4.28 | 11.42 | --epoch 39 --avg 6 --max-duration 600 |
|
| greedy search (max sym per frame 1) | 4.28 | 11.42 | --epoch 39 --avg 6 --max-duration 600 |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user