from local

This commit is contained in:
dohe0342 2023-02-02 19:00:25 +09:00
parent 7b9cee28ba
commit 50717ba9e4
2 changed files with 1 additions and 1 deletions

View File

@ -591,7 +591,7 @@ def main():
lexicon=lexicon,
sos_id=sos_id,
eos_id=eos_id,
token_dict,
token_dict=token_dict,
)
save_results(params=params, test_set_name=test_set, results_dict=results_dict)