from local

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

View File

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