diff --git a/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/.train_uda.py.swp b/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/.train_uda.py.swp index 9c5955ff2..0e46c5cd1 100644 Binary files a/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/.train_uda.py.swp and b/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/.train_uda.py.swp differ diff --git a/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/train_uda.py b/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/train_uda.py index e18e8cfd3..d0a6ba28d 100755 --- a/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/train_uda.py +++ b/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/train_uda.py @@ -1763,6 +1763,7 @@ def run_adapter_uda(rank, world_size, args, wb=None): #train_cuts = librispeech.train_clean_10_cuts(option='male') #train_cuts = librispeech.test_clean_user(option='big') train_cuts = librispeech.vox_cuts(option=params.spk_id) + train_cuts_uda = librispeech.vox_cuts(option=params.spk_id) def remove_short_and_long_utt(c: Cut): return 1.0 <= c.duration <= 20.0