from local

This commit is contained in:
dohe0342 2023-01-03 10:58:43 +09:00
parent f9a2b2a1e2
commit 16c7fa4ffa
3 changed files with 0 additions and 1 deletions

View File

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