mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-08-09 10:02:22 +00:00
fix flake8
This commit is contained in:
parent
973fcbc585
commit
1210025d8b
@ -383,7 +383,7 @@ def decode_dataset(
|
||||
this_batch = []
|
||||
assert len(hyps) == len(texts)
|
||||
for cut_id, hyp_text, ref_text in zip(cut_ids, hyps, texts):
|
||||
this_batch.append((cut_id, ref_text, hyp_words))
|
||||
this_batch.append((cut_id, ref_text, hyp_text))
|
||||
|
||||
results[lm_scale].extend(this_batch)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user