from local

This commit is contained in:
dohe0342 2023-02-25 15:44:43 +09:00
parent 0794e4de1e
commit c599a30b07
2 changed files with 1 additions and 1 deletions

View File

@ -702,7 +702,7 @@ def main() -> None:
sos_id = graph_compiler.sos_id
eos_id = graph_compiler.eos_id
if params.method in ("ctc-decoding", "ctc-greedy-search"):
if params.method in ("ctc-decoding", "ctc-greedy-search", "greedy-search"):
HLG = None
H = k2.ctc_topo(
max_token=max_token_id,