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
5aadc8d5f9
commit
24ae0d3a63
Binary file not shown.
@ -451,7 +451,7 @@ def decode_dataset(
|
||||
|
||||
results = defaultdict(list)
|
||||
for batch_idx, batch in enumerate(dl):
|
||||
logging.info(f"decoding {batch_idx} th batch")
|
||||
#logging.info(f"decoding {batch_idx} th batch")
|
||||
texts = batch["supervisions"]["text"]
|
||||
cut_ids = [cut.id for cut in batch["supervisions"]["cut"]]
|
||||
'''
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user