From 718202bcbd4c2911314dc32714a7c810109e62bd Mon Sep 17 00:00:00 2001 From: dohe0342 Date: Mon, 19 Dec 2022 14:42:56 +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 b3452657d6b980383475f3a601ac7c2cb191b506..62454129e8976e859d6c7792a91862f78bf5bac1 100644 GIT binary patch delta 85 zcmZojXh;xCG6?hZRj|}EU;qLE28KgF<|niIZxnkc&sxOG!0>1?r$VsMS0L*H5WfeB i0Pzdn&58mgyptd6>ae&a<`i!h(qm#|G@LA|{~7@Lh!_q4 delta 84 zcmZojXh;xCG6?hZRj|}EU;qLE28QWB<|nuLZ4`Sa&sxmO!0>o7r$VsMHz4aH5PtxP h0Pzdn&58o0yptd4>M(~Cm2MW&V`5}9oh+*V8UXfa7$E=v diff --git a/egs/librispeech/ASR/test.sh b/egs/librispeech/ASR/test.sh index 185e3657d..4d7e6073a 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 23 \ - --avg 5 \ + --avg 1 \ --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 True + --use-averaged-model False done #--epoch 5 \