Update ctc_decode.py

This commit is contained in:
jinzr 2023-10-17 19:59:13 +08:00
parent 76c311caf4
commit b3f16511ca

View File

@ -484,7 +484,7 @@ def main():
HLG = None
H = k2.ctc_topo(
max_token=max_token_id,
modified=False,
modified=True,
device=device,
)
bpe_model = spm.SentencePieceProcessor()