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
77d172824b
commit
3552aa8739
Binary file not shown.
@ -663,7 +663,7 @@ def decode_dataset(
|
||||
for batch_idx, batch in enumerate(dl):
|
||||
texts = batch["supervisions"]["text"]
|
||||
cut_ids = [cut.id for cut in batch["supervisions"]["cut"]]
|
||||
logging.info(f"Decoding {batch_idx}-th batch")
|
||||
#logging.info(f"Decoding {batch_idx}-th batch")
|
||||
|
||||
hyps_dict = decode_one_batch(
|
||||
params=params,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user