diff --git a/egs/librispeech/ASR/.test.sh.swp b/egs/librispeech/ASR/.test.sh.swp index c7a134e7b..ab6549e96 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 a6abd7734..b1c432585 100755 --- a/egs/librispeech/ASR/test.sh +++ b/egs/librispeech/ASR/test.sh @@ -10,8 +10,8 @@ do --enable-spec-aug False \ --additional-block True \ --exp-dir ./pruned_transducer_stateless_d2v_v2/"$spk_id"_adapter \ - --model-name ../d2v-base-T.pt \ --max-duration 450 \ + --model-name epoch-$i.pt \ --decoding-method $method \ --max-sym-per-frame 1 \ --encoder-type d2v \ @@ -24,4 +24,4 @@ do done done -#--model-name epoch-$i.pt \ +#--model-name ../d2v-base-T.pt \