diff --git a/egs/librispeech/ASR/.test.sh.swp b/egs/librispeech/ASR/.test.sh.swp index 1602aa18d..48397896d 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 594d894f5..6a7cff237 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 epoch-10.pt \ + --model-name d2v-base-T.pt \ --exp-dir ./pruned_transducer_stateless_d2v_v2/adapter_test \ --max-duration 600 \ --decoding-method $method \