mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-09-06 23:54:17 +00:00
fix CI
This commit is contained in:
parent
061143eb5d
commit
19dcbaca4a
@ -36,7 +36,6 @@ import logging
|
||||
import math
|
||||
from typing import Dict, List
|
||||
|
||||
import kaldi_hmm_gmm
|
||||
import kaldifeat
|
||||
import kaldifst
|
||||
import torch
|
||||
|
@ -36,7 +36,6 @@ import logging
|
||||
import math
|
||||
from typing import Dict, List
|
||||
|
||||
import kaldi_hmm_gmm
|
||||
import kaldifeat
|
||||
import kaldifst
|
||||
import torch
|
||||
|
@ -35,7 +35,6 @@ import logging
|
||||
import math
|
||||
from typing import Dict, List
|
||||
|
||||
import kaldi_hmm_gmm
|
||||
import kaldifeat
|
||||
import kaldifst
|
||||
import torch
|
||||
|
@ -28,7 +28,7 @@ import kaldifeat
|
||||
import kaldifst
|
||||
import torch
|
||||
import torchaudio
|
||||
from kaldi_hmm_gmm import DecodableCtc, FasterDecoder, FasterDecoderOptions
|
||||
from kaldi_decoder import DecodableCtc, FasterDecoder, FasterDecoderOptions
|
||||
from torch.nn.utils.rnn import pad_sequence
|
||||
|
||||
|
||||
|
@ -28,7 +28,7 @@ import kaldifeat
|
||||
import kaldifst
|
||||
import torch
|
||||
import torchaudio
|
||||
from kaldi_hmm_gmm import DecodableCtc, FasterDecoder, FasterDecoderOptions
|
||||
from kaldi_decoder import DecodableCtc, FasterDecoder, FasterDecoderOptions
|
||||
from torch.nn.utils.rnn import pad_sequence
|
||||
|
||||
|
||||
|
@ -1,17 +1,17 @@
|
||||
# Introduction
|
||||
|
||||
This folder uses [kaldifst][kaldifst] for graph construction
|
||||
and decoders from [kaldi-hmm-gmm][kaldi-hmm-gmm] for CTC decoding.
|
||||
and decoders from [kaldi-decoder][kaldi-decoder] for CTC decoding.
|
||||
|
||||
It supports only `CPU`.
|
||||
|
||||
You can use
|
||||
|
||||
```bash
|
||||
pip install kaldifst kaldi-hmm-gmm
|
||||
pip install kaldifst kaldi-decoder
|
||||
```
|
||||
to install the dependencies.
|
||||
|
||||
[kaldi-hmm-gmm]: https://github.com/csukuangfj/kaldi-hmm-gmm
|
||||
[kaldi-decoder]: https://github.com/i2-fsa/kaldi-decoder
|
||||
[kaldifst]: https://github.com/k2-fsa/kaldifst
|
||||
[k2]: https://github.com/k2-fsa/k2
|
||||
|
Loading…
x
Reference in New Issue
Block a user