diff --git a/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/.decode.py.swp b/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/.decode.py.swp index 429a25d2b..0d2fe7c60 100644 Binary files a/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/.decode.py.swp and b/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/.decode.py.swp differ diff --git a/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/decode.py b/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/decode.py index 51f0f4ccd..2754ee148 100755 --- a/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/decode.py +++ b/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/decode.py @@ -782,9 +782,9 @@ def main(): test_clean_dl = librispeech.test_dataloaders(test_clean_cuts) test_other_dl = librispeech.test_dataloaders(test_other_cuts) - test_sets = [f"test-clean-{option}", f"test-other-{option}"] + test_sets = [f"test-clean_sampling", f"test-other_sampling"] test_dl = [test_clean_dl, test_other_dl] - + for test_set, test_dl in zip(test_sets, test_dl): results_dict = decode_dataset( dl=test_dl, @@ -795,8 +795,9 @@ def main(): decoding_graph=decoding_graph, ) results = results_dict['greedy_search'] - for res in results: - print(res[0], ' '.join(res[1])) + #for res in results: + # print(res[0], ' '.join(res[1])) + jsons = open(f"{params.manifest_dir}/userlibri/ ''' for test_set, test_dl in zip(test_sets, test_dl):