diff --git a/egs/librispeech/ASR/.full_ft.sh.swp b/egs/librispeech/ASR/.full_ft.sh.swp index d6516cba4..259170c0c 100644 Binary files a/egs/librispeech/ASR/.full_ft.sh.swp and b/egs/librispeech/ASR/.full_ft.sh.swp differ diff --git a/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/.full_ft.py.swp b/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/.full_ft.py.swp index f5492d92d..4979005c6 100644 Binary files a/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/.full_ft.py.swp and b/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/.full_ft.py.swp differ diff --git a/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/full_ft.py b/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/full_ft.py index f9f24bb6d..f8a3d9a09 100755 --- a/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/full_ft.py +++ b/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/full_ft.py @@ -1554,12 +1554,14 @@ def run_adapter(rank, world_size, args, wb=None): optimizer, scheduler = optimizer_adapter, scheduler_adapter librispeech = LibriSpeechAsrDataModule(args) - + + ''' train_cuts = librispeech.train_clean_100_cuts() if params.full_libri: train_cuts += librispeech.train_clean_360_cuts() train_cuts += librispeech.train_other_500_cuts() - + ''' + train_cuts = librispeech.vox_cuts(option=params.spk_id) def remove_short_and_long_utt(c: Cut): return 1.0 <= c.duration <= 20.0