diff --git a/egs/librispeech/ASR/.test.sh.swp b/egs/librispeech/ASR/.test.sh.swp index 667b0a73f..3703fe87a 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 73b0b1a34..c291e828c 100755 --- a/egs/librispeech/ASR/test.sh +++ b/egs/librispeech/ASR/test.sh @@ -6,7 +6,7 @@ do --input-strategy AudioSamples \ --enable-spec-aug False \ --additional-block True \ - --model-name d2v-base-T.pt \ + --model-name epoch-40.pt \ --exp-dir ./pruned_transducer_stateless_d2v_v2/tc_big \ --max-duration 100 \ --decoding-method $method \