diff --git a/egs/librispeech/ASR/.test.sh.swp b/egs/librispeech/ASR/.test.sh.swp index 8f077f57b..55ea25c5a 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/pruned_transducer_stateless_d2v_v2/.prompt_tuning.py.swp b/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/.prompt_tuning.py.swp index 3bbe909b3..371226256 100644 Binary files a/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/.prompt_tuning.py.swp and b/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/.prompt_tuning.py.swp differ diff --git a/egs/librispeech/ASR/test.sh b/egs/librispeech/ASR/test.sh index 339810085..8688d3b47 100755 --- a/egs/librispeech/ASR/test.sh +++ b/egs/librispeech/ASR/test.sh @@ -1,5 +1,6 @@ git pull spk_id=$1 +dir=$2 #for i in 10 20 30 40 50 60 70 80 90 100 for i in 100 do @@ -9,7 +10,7 @@ do --input-strategy AudioSamples \ --enable-spec-aug False \ --additional-block True \ - --exp-dir ./pruned_transducer_stateless_d2v_v2/"$spk_id"_adapter_10m \ + --exp-dir ./pruned_transducer_stateless_d2v_v2/$2 \ --model-name checkpoint-$i.pt \ --max-duration 400 \ --decoding-method $method \ @@ -25,5 +26,6 @@ do done done +#--exp-dir ./pruned_transducer_stateless_d2v_v2/"$spk_id"_adapter_10m \ #--model-name epoch-$i.pt \ #--model-name ../d2v-base-T.pt \