mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-12-11 06:55:27 +00:00
from local
This commit is contained in:
parent
8f19e1301e
commit
9c07cd95db
Binary file not shown.
@ -448,6 +448,7 @@ def decode_dataset(
|
||||
token_dict=token_dict,
|
||||
)
|
||||
|
||||
'''
|
||||
for lm_scale, hyps in hyps_dict.items():
|
||||
this_batch = []
|
||||
assert len(hyps) == len(texts)
|
||||
@ -463,6 +464,7 @@ def decode_dataset(
|
||||
batch_str = f"{batch_idx}/{num_batches}"
|
||||
|
||||
logging.info(f"batch {batch_str}, cuts processed until now is {num_cuts}")
|
||||
'''
|
||||
return results
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user