diff --git a/egs/librispeech/ASR/.test.sh.swp b/egs/librispeech/ASR/.test.sh.swp index 04f39a385..7d03242b0 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/.decode.py.swp b/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/.decode.py.swp index d5ffb88a8..58ec24450 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/test.sh b/egs/librispeech/ASR/test.sh index 4a4d4e9dd..817cf1257 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-1.pt \ + --model-name epoch-10.pt \ --exp-dir ./pruned_transducer_stateless_d2v_v2/d2v-T-adapter_male \ --max-duration 400 \ --decoding-method $method \