diff --git a/egs/librispeech/ASR/.test.sh.swp b/egs/librispeech/ASR/.test.sh.swp index 565e36a80..bcf3de112 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 52ba7d8fa..b0bfc30de 100755 --- a/egs/librispeech/ASR/test.sh +++ b/egs/librispeech/ASR/test.sh @@ -10,7 +10,7 @@ do --enable-spec-aug False \ --additional-block True \ --exp-dir ./pruned_transducer_stateless_d2v_v2/"$spk_id"_adapter \ - --model-name checkpoint-$i.pt + --model-name checkpoint-$i.pt \ --max-duration 50 \ --decoding-method $method \ --max-sym-per-frame 1 \