from local

This commit is contained in:
dohe0342 2023-06-09 17:52:16 +09:00
parent 58a023dd05
commit e6625ab521
2 changed files with 1 additions and 0 deletions

View File

@ -558,6 +558,7 @@ def decode_dataset(
print('-'*20)
print(hyps_dict)
print('-'*20)
for name, hyps in hyps_dict.items():
this_batch = []
assert len(hyps) == len(texts)