from local

This commit is contained in:
dohe0342 2023-02-02 17:47:43 +09:00
parent a61fd835e6
commit 28d21d2434
2 changed files with 1 additions and 0 deletions

View File

@ -374,6 +374,7 @@ def decode_dataset(
results = defaultdict(list)
for batch_idx, batch in enumerate(dl):
logging.info(f"decoding {batch_idx} th batch")
texts = batch["supervisions"]["text"]
cut_ids = [cut.id for cut in batch["supervisions"]["cut"]]