from local

This commit is contained in:
dohe0342 2023-02-01 17:44:14 +09:00
parent 97aaf5fc60
commit c90548db90
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,