diff --git a/egs/librispeech/ASR/.test.sh.swp b/egs/librispeech/ASR/.test.sh.swp index 0825e9b18..904b8b496 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 3b2598239..2cc7de0bc 100755 --- a/egs/librispeech/ASR/test.sh +++ b/egs/librispeech/ASR/test.sh @@ -6,8 +6,8 @@ do --input-strategy AudioSamples \ --enable-spec-aug False \ --additional-block True \ - --model-name epoch-$i.pt \ - --exp-dir ./pruned_transducer_stateless_d2v_v2/male_hpo6 \ + --model-name epoch-10.pt \ + --exp-dir ./pruned_transducer_stateless_d2v_v2/adapter_test \ --max-duration 600 \ --decoding-method greedy_search \ --max-sym-per-frame 1 \