From b7c121b400b83d150b7767d4dfbce6495b23a932 Mon Sep 17 00:00:00 2001 From: dohe0342 Date: Tue, 3 Jan 2023 17:41:17 +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 63fc272bc735668cb41adb1f7afa6e509b7329a3..edd88550e73222f5c86e4633f993d9de56700642 100644 GIT binary patch delta 37 rcmZojXh;xCG6?hZRj|}EU;qLE1_q5+o0I)DH;QrUGn!0R(0>2`v>OSs delta 37 rcmZojXh;xCG6?hZRj|}EU;qLE28P7Do0A_&ZWQCxXEdIyp#J~>y%!2# diff --git a/egs/librispeech/ASR/test.sh b/egs/librispeech/ASR/test.sh index 11bca332c..a5f6a8e75 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-3.pt \ + --model-name epoch-4.pt \ --exp-dir ./pruned_transducer_stateless_d2v_v2/fc_adapter \ --max-duration 150 \ --decoding-method $method \