from local

This commit is contained in:
dohe0342 2023-02-02 19:08:55 +09:00
parent 5aadc8d5f9
commit 24ae0d3a63
2 changed files with 1 additions and 1 deletions

View File

@ -451,7 +451,7 @@ def decode_dataset(
results = defaultdict(list) results = defaultdict(list)
for batch_idx, batch in enumerate(dl): 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"] texts = batch["supervisions"]["text"]
cut_ids = [cut.id for cut in batch["supervisions"]["cut"]] cut_ids = [cut.id for cut in batch["supervisions"]["cut"]]
''' '''