diff --git a/egs/librispeech/ASR/pruned_transducer_stateless_gtrans/.asr_datamodule.py.swp b/egs/librispeech/ASR/pruned_transducer_stateless_gtrans/.asr_datamodule.py.swp index 91e2d8aa7..b12b6d0f3 100644 Binary files a/egs/librispeech/ASR/pruned_transducer_stateless_gtrans/.asr_datamodule.py.swp and b/egs/librispeech/ASR/pruned_transducer_stateless_gtrans/.asr_datamodule.py.swp differ diff --git a/egs/librispeech/ASR/pruned_transducer_stateless_gtrans/.train.py.swp b/egs/librispeech/ASR/pruned_transducer_stateless_gtrans/.train.py.swp index 6bb6b21cf..909066f45 100644 Binary files a/egs/librispeech/ASR/pruned_transducer_stateless_gtrans/.train.py.swp and b/egs/librispeech/ASR/pruned_transducer_stateless_gtrans/.train.py.swp differ diff --git a/egs/librispeech/ASR/pruned_transducer_stateless_gtrans/train.py b/egs/librispeech/ASR/pruned_transducer_stateless_gtrans/train.py index 58230147f..3059491fc 100755 --- a/egs/librispeech/ASR/pruned_transducer_stateless_gtrans/train.py +++ b/egs/librispeech/ASR/pruned_transducer_stateless_gtrans/train.py @@ -1032,11 +1032,11 @@ def run(rank, world_size, args, wb=None): diagnostic = diagnostics.attach_diagnostics(model, opts) librispeech = LibriSpeechAsrDataModule(args) - + if params.full_libri: train_cuts = librispeech.train_all_shuf_cuts() else: - train_cuts = librispeech.train_clean_100_cuts() + train_cuts = librispeech.train_clean_10_cuts() def remove_short_and_long_utt(c: Cut): # Keep only utterances with duration between 1 second and 20 seconds