diff --git a/egs/librispeech/ASR/.test.sh.swp b/egs/librispeech/ASR/.test.sh.swp index 97db25072..d0d2c7763 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/pruned_transducer_stateless_d2v_v2/.data2vec_audio.py.swp b/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/.data2vec_audio.py.swp index 552599e6d..c167e442b 100644 Binary files a/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/.data2vec_audio.py.swp and b/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/.data2vec_audio.py.swp differ diff --git a/egs/librispeech/ASR/test.sh b/egs/librispeech/ASR/test.sh index 445769522..54f24c5b0 100755 --- a/egs/librispeech/ASR/test.sh +++ b/egs/librispeech/ASR/test.sh @@ -5,7 +5,7 @@ for method in greedy_search modified_beam_search fast_beam_search; do --input-strategy AudioSamples \ --enable-spec-aug False \ --additional-block True \ - --model-name epoch-3.pt \ + --model-name epoch-5.pt \ --exp-dir ./pruned_transducer_stateless_d2v_v2/conv_adapter \ --max-duration 400 \ --decoding-method $method \