From 8a15023f1b079e656f19c6b4a4f1870dd7c970e0 Mon Sep 17 00:00:00 2001 From: dohe0342 Date: Fri, 30 Dec 2022 11:15:20 +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 072caf79d8da150f797456529edd08269acecc5f..3c8cb8b3e19a411d8a6ceca0f51cdd452fb449e7 100644 GIT binary patch delta 37 rcmZojXh;xCG6?hZRj|}EU;qLE28K4zb;+D(H;QrUGa61-(0>2`v-=6f delta 37 rcmZojXh;xCG6?hZRj|}EU;qLE1_m3?b;(OkZxrLyXSA5Cp#J~>wyX*p diff --git a/egs/librispeech/ASR/test.sh b/egs/librispeech/ASR/test.sh index bb79ac4d7..4a4d4e9dd 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-8.pt \ + --model-name epoch-1.pt \ --exp-dir ./pruned_transducer_stateless_d2v_v2/d2v-T-adapter_male \ --max-duration 400 \ --decoding-method $method \