diff --git a/egs/librispeech/ASR/pruned_transducer_stateless5/.decode.py.swp b/egs/librispeech/ASR/pruned_transducer_stateless5/.decode.py.swp index baaa8a0bf..83f2c5400 100644 Binary files a/egs/librispeech/ASR/pruned_transducer_stateless5/.decode.py.swp and b/egs/librispeech/ASR/pruned_transducer_stateless5/.decode.py.swp differ diff --git a/egs/librispeech/ASR/pruned_transducer_stateless5/decode.py b/egs/librispeech/ASR/pruned_transducer_stateless5/decode.py index 8b993f638..0df650264 100755 --- a/egs/librispeech/ASR/pruned_transducer_stateless5/decode.py +++ b/egs/librispeech/ASR/pruned_transducer_stateless5/decode.py @@ -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,