diff --git a/egs/librispeech/ASR/.test.sh.swp b/egs/librispeech/ASR/.test.sh.swp index a46c0314e..89d93d2f7 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 ecf0ee23c..4a45d8514 100755 --- a/egs/librispeech/ASR/test.sh +++ b/egs/librispeech/ASR/test.sh @@ -8,7 +8,7 @@ do --input-strategy AudioSamples \ --enable-spec-aug False \ --additional-block True \ - --model-name epoch-10.pt \ + --model-name epoch-$i.pt \ --exp-dir ./pruned_transducer_stateless_d2v_v2/6938_test \ --max-duration 600 \ --decoding-method $method \