diff --git a/egs/librispeech/ASR/.test.sh.swp b/egs/librispeech/ASR/.test.sh.swp new file mode 100644 index 000000000..9266f382d Binary files /dev/null and b/egs/librispeech/ASR/.test.sh.swp differ diff --git a/egs/librispeech/ASR/test.sh b/egs/librispeech/ASR/test.sh index 288257467..7f0efb4a2 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 250 \ --decoding-method $method \ --max-sym-per-frame 1 \ @@ -25,5 +25,5 @@ do done done +#--model-name epoch-$i.pt \ #--model-name ../d2v-base-T.pt \ -#--model-name checkpoint-$i.pt \