From 58c9f59e9c75c4c0ba04869c814ed346624afb00 Mon Sep 17 00:00:00 2001 From: dohe0342 Date: Tue, 20 Dec 2022 12:03:37 +0900 Subject: [PATCH] from local --- egs/librispeech/ASR/.test.sh.swp | Bin 12288 -> 12288 bytes egs/librispeech/ASR/test.sh | 8 ++++---- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/egs/librispeech/ASR/.test.sh.swp b/egs/librispeech/ASR/.test.sh.swp index 4145727dbb5d2067592b7a6845877151d81befb2..44081601d53f80fca816af5a1f2cbb4db76cdd60 100644 GIT binary patch delta 169 zcmZojXh;xEG6?hZRj|}EU;qLE28KC`3zJJXioTbZ4d-QGI1R)gQ8AD#5PaunVE6{a z8zw6%sH>InF)%~{u?rCE0I>)V{{`x}2gEml_y!Q4=H09)5W>r;3K3zGvkioTbZ4di8DI10odQ8AD#5PaunVE6{a z>nAHJsH+w5F))Mxu^kYr0WlvCe+TNg0mPSq_!1Bw<=w0(5W>r>tgJivwC+LP^rF<% zl*;(x)Wo9XjLDPr%9&I$C-dm{il^llDP$^S<|$Mg8R+R58`N4Wq~tRwPu`#(0001b BD1rb0 diff --git a/egs/librispeech/ASR/test.sh b/egs/librispeech/ASR/test.sh index 2962d3a69..5eb0faefa 100755 --- a/egs/librispeech/ASR/test.sh +++ b/egs/librispeech/ASR/test.sh @@ -1,16 +1,16 @@ git pull -#for method in greedy_search modified_beam_search fast_beam_search; do -for i in {20..30}; do +for method in greedy_search modified_beam_search fast_beam_search; do +#for i in {20..30}; do ./pruned_transducer_stateless_d2v_v2/decode.py \ --input-strategy AudioSamples \ --enable-spec-aug False \ --additional-block True \ - --epoch $i \ + --epoch 27 \ --avg 1 \ --exp-dir ./pruned_transducer_stateless_d2v_v2/960h_sweep_v3_388 \ --max-duration 400 \ - --decoding-method greedy_search \ + --decoding-method $method \ --max-sym-per-frame 1 \ --encoder-type d2v \ --encoder-dim 768 \