diff --git a/egs/librispeech/ASR/.test.sh.swp b/egs/librispeech/ASR/.test.sh.swp index cea6414b8..66dc04585 100644 Binary files a/egs/librispeech/ASR/.test.sh.swp and b/egs/librispeech/ASR/.test.sh.swp differ diff --git a/egs/librispeech/ASR/test.sh b/egs/librispeech/ASR/test.sh index aa24e9681..aa028974f 100755 --- a/egs/librispeech/ASR/test.sh +++ b/egs/librispeech/ASR/test.sh @@ -3,7 +3,7 @@ spk_id=$1 #for i in 10 20 30 40 50 60 70 80 90 100 for i in 30 do - for method in modified_beam_search fast_beam_search + for method in modified_beam_search do ./pruned_transducer_stateless_d2v_v2/decode.py \ --input-strategy AudioSamples \