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