from local

This commit is contained in:
dohe0342 2023-02-25 16:10:04 +09:00
parent 1645baf003
commit e44db1dd76
2 changed files with 1 additions and 0 deletions

View File

@ -282,6 +282,7 @@ def decode_one_batch(
sos_id: int,
eos_id: int,
G: Optional[k2.Fsa] = None,
graph_compiler = None,
) -> Dict[str, List[List[str]]]:
"""Decode one batch and return the result in a dict. The dict has the
following format: