diff --git a/egs/librispeech/ASR/.test.sh.swp b/egs/librispeech/ASR/.test.sh.swp index 0b4836d65..ced800466 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 c1d9da8f6..1b264e574 100755 --- a/egs/librispeech/ASR/test.sh +++ b/egs/librispeech/ASR/test.sh @@ -6,7 +6,7 @@ for method in greedy_search modified_beam_search fast_beam_search; do --enable-spec-aug False \ --additional-block True \ --model-name epoch-3.pt \ - --exp-dir ./pruned_transducer_stateless_d2v_v2/adapter \ + --exp-dir ./pruned_transducer_stateless_d2v_v2/fc_adapter \ --max-duration 100 \ --decoding-method $method \ --max-sym-per-frame 1 \