diff --git a/egs/librispeech/ASR/pruned_transducer_stateless_gtrans/.decode.py.swp b/egs/librispeech/ASR/pruned_transducer_stateless_gtrans/.decode.py.swp index 9d9a4349d..86ad78aca 100644 Binary files a/egs/librispeech/ASR/pruned_transducer_stateless_gtrans/.decode.py.swp and b/egs/librispeech/ASR/pruned_transducer_stateless_gtrans/.decode.py.swp differ diff --git a/egs/librispeech/ASR/pruned_transducer_stateless_gtrans/decode.py b/egs/librispeech/ASR/pruned_transducer_stateless_gtrans/decode.py index 5e820e796..0f6184719 100755 --- a/egs/librispeech/ASR/pruned_transducer_stateless_gtrans/decode.py +++ b/egs/librispeech/ASR/pruned_transducer_stateless_gtrans/decode.py @@ -949,7 +949,7 @@ def main(): test_other_dl = librispeech.test_dataloaders(test_other_cuts) test_sets = ["dev-clean", "dev-other", "test-clean", "test-other"] - test_dl = [test_clean_dl, test_other_dl] + test_dl = [dev_clean_dl, dev_other_dl, test_clean_dl, test_other_dl] for test_set, test_dl in zip(test_sets, test_dl): results_dict = decode_dataset(