from local

This commit is contained in:
dohe0342 2023-02-02 19:01:05 +09:00
parent 88314fdf49
commit 052a9ed91a
2 changed files with 1 additions and 0 deletions

View File

@ -172,6 +172,7 @@ def decode_one_batch(
lexicon: Lexicon,
sos_id: int,
eos_id: int,
token_dict: dict,
) -> Dict[str, List[List[int]]]:
"""Decode one batch and return the result in a dict. The dict has the
following format: