diff --git a/egs/librispeech/ASR/.test.sh.swp b/egs/librispeech/ASR/.test.sh.swp index f1dba9c7c..565e36a80 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 7ec50a87f..52ba7d8fa 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 epoch-$i.pt \ + --model-name checkpoint-$i.pt --max-duration 50 \ --decoding-method $method \ --max-sym-per-frame 1 \ @@ -26,3 +26,4 @@ do done #--model-name ../d2v-base-T.pt \ +#--model-name epoch-$i.pt \