diff --git a/egs/librispeech/ASR/pruned_transducer_stateless6/.train.py.swp b/egs/librispeech/ASR/pruned_transducer_stateless6/.train.py.swp index 4cf68057a..6cd7f12ce 100644 Binary files a/egs/librispeech/ASR/pruned_transducer_stateless6/.train.py.swp and b/egs/librispeech/ASR/pruned_transducer_stateless6/.train.py.swp differ diff --git a/egs/librispeech/ASR/pruned_transducer_stateless6/train.py b/egs/librispeech/ASR/pruned_transducer_stateless6/train.py index 57753599a..e6168d41b 100755 --- a/egs/librispeech/ASR/pruned_transducer_stateless6/train.py +++ b/egs/librispeech/ASR/pruned_transducer_stateless6/train.py @@ -985,9 +985,9 @@ def run(rank, world_size, args): # an utterance duration distribution for your dataset to select # the threshold if c.duration < 1.0 or c.duration > 20.0: - logging.warning( - f"Exclude cut with ID {c.id} from training. Duration: {c.duration}" - ) + #logging.warning( + # f"Exclude cut with ID {c.id} from training. Duration: {c.duration}" + #) return False # In pruned RNN-T, we require that T >= S