icefall/icefall/ctc/README.md
2024-02-09 15:05:01 +08:00

18 lines
399 B
Markdown

# Introduction
This folder uses [kaldifst][kaldifst] for graph construction
and decoders from [kaldi-decoder][kaldi-decoder] for CTC decoding.
It supports only `CPU`.
You can use
```bash
pip install kaldifst kaldi-decoder
```
to install the dependencies.
[kaldi-decoder]: https://github.com/k2-fsa/kaldi-decoder
[kaldifst]: https://github.com/k2-fsa/kaldifst
[k2]: https://github.com/k2-fsa/k2