diff --git a/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/.pseudo.py.swp b/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/.pseudo.py.swp new file mode 100644 index 000000000..bb07717ef Binary files /dev/null and b/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/.pseudo.py.swp differ diff --git a/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/pseudo.py b/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/pseudo.py index 36bc129bc..6988cb2fb 100755 --- a/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/pseudo.py +++ b/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/pseudo.py @@ -774,9 +774,9 @@ def main(): librispeech = LibriSpeechAsrDataModule(args) #test_clean_cuts = librispeech.test_clean_cuts(option='male') - #test_other_cuts = librispeech.test_other_cuts(option='male') + test_other_cuts = librispeech.test_other_cuts(option='male') - test_clean_cuts = librispeech.vox_cuts(option=params.spk_id) + #test_clean_cuts = librispeech.vox_cuts(option=params.spk_id) #test_clean_cuts = librispeech.test_clean_user(option=option) #test_other_cuts = librispeech.test_other_user(option=option) #test_clean_dl = librispeech.train_dataloaders(test_clean_cuts)