from local

This commit is contained in:
dohe0342 2023-01-30 10:53:16 +09:00
parent 77d172824b
commit 3552aa8739
2 changed files with 1 additions and 1 deletions

View File

@ -663,7 +663,7 @@ def decode_dataset(
for batch_idx, batch in enumerate(dl):
texts = batch["supervisions"]["text"]
cut_ids = [cut.id for cut in batch["supervisions"]["cut"]]
logging.info(f"Decoding {batch_idx}-th batch")
#logging.info(f"Decoding {batch_idx}-th batch")
hyps_dict = decode_one_batch(
params=params,