diff --git a/egs/librispeech/ASR/.test.sh.swp b/egs/librispeech/ASR/.test.sh.swp index a9fbd4dd1..dc9d66905 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 2f071f1ce..5ccafa0ab 100755 --- a/egs/librispeech/ASR/test.sh +++ b/egs/librispeech/ASR/test.sh @@ -13,8 +13,9 @@ do --enable-spec-aug False \ --additional-block True \ --exp-dir ./pruned_transducer_stateless_d2v_v2/$2 \ - --model-name checkpoint-$i.pt \ --max-duration 600 \ + --iter $i \ + --model-name lora --decoding-method $method \ --max-sym-per-frame 1 \ --encoder-type d2v \ @@ -35,3 +36,4 @@ done #--exp-dir ./pruned_transducer_stateless_d2v_v2/"$spk_id"_adapter_10m \ #--model-name epoch-$i.pt \ #--model-name ../d2v-base-T.pt \ +#--model-name checkpoint-$i.pt \