from local

This commit is contained in:
dohe0342 2023-02-02 19:00:54 +09:00
parent 2e287296d5
commit 88314fdf49
2 changed files with 1 additions and 1 deletions

View File

@ -407,7 +407,7 @@ def decode_dataset(
lexicon=lexicon, lexicon=lexicon,
sos_id=sos_id, sos_id=sos_id,
eos_id=eos_id, eos_id=eos_id,
token_dict=token_dict token_dict=token_dict,
) )
for lm_scale, hyps in hyps_dict.items(): for lm_scale, hyps in hyps_dict.items():