from local

This commit is contained in:
dohe0342 2023-06-09 17:58:22 +09:00
parent e6625ab521
commit 27094cde13
2 changed files with 2 additions and 0 deletions

View File

@ -542,6 +542,8 @@ def decode_dataset(
results = defaultdict(list)
for batch_idx, batch in enumerate(dl):
print(batch)
texts = batch["supervisions"]["text"]
cut_ids = [cut.id for cut in batch["supervisions"]["cut"]]