from local

This commit is contained in:
dohe0342 2023-06-09 17:41:58 +09:00
parent 6d51037a54
commit da36d40f52
2 changed files with 0 additions and 2 deletions

View File

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