From 4ac11b77155bcff41e8e727c5e490201bda90d2b Mon Sep 17 00:00:00 2001 From: dohe0342 Date: Tue, 3 Jan 2023 20:34:38 +0900 Subject: [PATCH] from local --- egs/librispeech/ASR/.test.sh.swp | Bin 12288 -> 12288 bytes egs/librispeech/ASR/test.sh | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/egs/librispeech/ASR/.test.sh.swp b/egs/librispeech/ASR/.test.sh.swp index e160bdda906478c73add0a9b27058cfd367d5eb2..d3c906ba23ae488b42197e3e2b13e2e8a50bc88f 100644 GIT binary patch delta 13 UcmZojXh_%~ug_>aSwa5+03odewEzGB delta 13 UcmZojXh_%~ug_>SSwa5+03oOZv;Y7A diff --git a/egs/librispeech/ASR/test.sh b/egs/librispeech/ASR/test.sh index 6048414fa..445769522 100755 --- a/egs/librispeech/ASR/test.sh +++ b/egs/librispeech/ASR/test.sh @@ -5,7 +5,7 @@ for method in greedy_search modified_beam_search fast_beam_search; do --input-strategy AudioSamples \ --enable-spec-aug False \ --additional-block True \ - --model-name epoch-2.pt \ + --model-name epoch-3.pt \ --exp-dir ./pruned_transducer_stateless_d2v_v2/conv_adapter \ --max-duration 400 \ --decoding-method $method \