minor fixes

This commit is contained in:
JinZr 2024-01-11 09:55:54 +08:00
parent 07899ee85a
commit 9c9b23447b

View File

@ -551,7 +551,6 @@ def decode_dataset(
assert len(hyps) == len(texts)
for cut_id, hyp_words, ref_text in zip(cut_ids, hyps, texts):
ref_words = "".join(ref_text.split())
hyp_words = "".join(hyp_words)
this_batch.append((cut_id, ref_words, hyp_words))