diff --git a/egs/librispeech/ASR/pruned_transducer_stateless_gtrans/.decode.py.swo b/egs/librispeech/ASR/pruned_transducer_stateless_gtrans/.decode.py.swo new file mode 100644 index 000000000..0a3e09351 Binary files /dev/null and b/egs/librispeech/ASR/pruned_transducer_stateless_gtrans/.decode.py.swo differ diff --git a/egs/librispeech/ASR/pruned_transducer_stateless_gtrans/decode.py b/egs/librispeech/ASR/pruned_transducer_stateless_gtrans/decode.py index 8b993f638..0df650264 100755 --- a/egs/librispeech/ASR/pruned_transducer_stateless_gtrans/decode.py +++ b/egs/librispeech/ASR/pruned_transducer_stateless_gtrans/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,