diff --git a/egs/librispeech/ASR/conformer_ctc2/.decode.py.swp b/egs/librispeech/ASR/conformer_ctc2/.decode.py.swp index 4420b00fc..c97d10861 100644 Binary files a/egs/librispeech/ASR/conformer_ctc2/.decode.py.swp and b/egs/librispeech/ASR/conformer_ctc2/.decode.py.swp differ diff --git a/egs/librispeech/ASR/conformer_ctc2/decode.py b/egs/librispeech/ASR/conformer_ctc2/decode.py index b1292fad2..b7375f0c5 100755 --- a/egs/librispeech/ASR/conformer_ctc2/decode.py +++ b/egs/librispeech/ASR/conformer_ctc2/decode.py @@ -925,7 +925,6 @@ def main() -> None: args.return_cuts = True librispeech = LibriSpeechAsrDataModule(args) - ''' dev_clean_cuts = librispeech.dev_clean_cuts() dev_other_cuts = librispeech.dev_other_cuts() test_clean_cuts = librispeech.test_clean_cuts() @@ -939,14 +938,13 @@ def main() -> None: test_sets = ["dev-clean", "dev-other", "test-clean", "test-other"] test_dls = [dev_clean_dl, dev_other_dl, test_clean_dl, test_other_dl] ''' - test_clean_cuts = librispeech.test_clean_cuts() test_clean_dl = librispeech.test_dataloaders(test_clean_cuts) test_sets = ["test-clean"] test_dls = [test_clean_dl] - + ''' for test_set, test_dl in zip(test_sets, test_dls): results_dict = decode_dataset( dl=test_dl, diff --git a/icefall/.decode.py.swp b/icefall/.decode.py.swp index e7f0d170f..6707db271 100644 Binary files a/icefall/.decode.py.swp and b/icefall/.decode.py.swp differ