From 9543d892acb83ed421d9925f293a74845da48d2a Mon Sep 17 00:00:00 2001 From: dohe0342 Date: Tue, 20 Dec 2022 11:32:24 +0900 Subject: [PATCH] from local --- egs/librispeech/ASR/.test.sh.swp | Bin 12288 -> 12288 bytes egs/librispeech/ASR/test.sh | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/egs/librispeech/ASR/.test.sh.swp b/egs/librispeech/ASR/.test.sh.swp index 5c208d596540046c34a25acd9a1b951cd957e9c5..c00957a4cbf9aae0036cd5499b9fc10f7c359de7 100644 GIT binary patch delta 86 zcmZojXh;xCG6?hZRj|}EU;qLE28QKw3zJ{I*(ml-p0${lf#LCFPK98hZ$Q>ZApQUn j0pf?en-v90co~%^Kho7<4k;?#ETqT8$Y?xSRR1*qCtetI delta 85 zcmZojXh;xCG6?hZRj|}EU;qLE28IW}<|lIoZ4`Sa&sxOG!0>1?r$VsMS0L*H5WfeB i0P#cK&58mgyptd6>ae&a<`i!h(qm#|G@LA|{~7=Tc^EDL diff --git a/egs/librispeech/ASR/test.sh b/egs/librispeech/ASR/test.sh index 10df316b8..83eb239a8 100755 --- a/egs/librispeech/ASR/test.sh +++ b/egs/librispeech/ASR/test.sh @@ -6,7 +6,7 @@ for method in greedy_search modified_beam_search fast_beam_search; do --enable-spec-aug False \ --additional-block True \ --epoch 30 \ - --avg 1 \ + --avg 3 \ --exp-dir ./pruned_transducer_stateless_d2v_v2/960h_sweep_v3_388 \ --max-duration 400 \ --decoding-method $method \ @@ -15,7 +15,7 @@ for method in greedy_search modified_beam_search fast_beam_search; do --encoder-dim 768 \ --decoder-dim 768 \ --joiner-dim 768 \ - --use-averaged-model False + --use-averaged-model True done #--epoch 5 \