mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-09-04 14:44:18 +00:00
Update ctc_decode.py
This commit is contained in:
parent
76c311caf4
commit
b3f16511ca
@ -484,7 +484,7 @@ def main():
|
|||||||
HLG = None
|
HLG = None
|
||||||
H = k2.ctc_topo(
|
H = k2.ctc_topo(
|
||||||
max_token=max_token_id,
|
max_token=max_token_id,
|
||||||
modified=False,
|
modified=True,
|
||||||
device=device,
|
device=device,
|
||||||
)
|
)
|
||||||
bpe_model = spm.SentencePieceProcessor()
|
bpe_model = spm.SentencePieceProcessor()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user