diff --git a/egs/librispeech/ASR/.test.sh.swp b/egs/librispeech/ASR/.test.sh.swp index f608b2c4c..a04d5b024 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 76fafd0e3..6f07e0c8b 100755 --- a/egs/librispeech/ASR/test.sh +++ b/egs/librispeech/ASR/test.sh @@ -11,7 +11,6 @@ do --enable-spec-aug False \ --additional-block True \ --exp-dir ./pruned_transducer_stateless_d2v_v2/$2 \ - --prompt True \ --model-name checkpoint-$i.pt \ --max-duration 400 \ --decoding-method $method \ @@ -27,6 +26,7 @@ do done done +#--prompt True \ #--exp-dir ./pruned_transducer_stateless_d2v_v2/"$spk_id"_adapter_10m \ #--model-name epoch-$i.pt \ #--model-name ../d2v-base-T.pt \