diff --git a/egs/librispeech/ASR/.test.sh.swp b/egs/librispeech/ASR/.test.sh.swp index 1a4a6a8b2..2da81414e 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 3c273b6b9..339810085 100755 --- a/egs/librispeech/ASR/test.sh +++ b/egs/librispeech/ASR/test.sh @@ -9,7 +9,7 @@ do --input-strategy AudioSamples \ --enable-spec-aug False \ --additional-block True \ - --exp-dir ./pruned_transducer_stateless_d2v_v2/"$spk_id"_adapter \ + --exp-dir ./pruned_transducer_stateless_d2v_v2/"$spk_id"_adapter_10m \ --model-name checkpoint-$i.pt \ --max-duration 400 \ --decoding-method $method \