diff --git a/egs/librispeech/ASR/.test.sh.swp b/egs/librispeech/ASR/.test.sh.swp index b3452657d..62454129e 100644 Binary files a/egs/librispeech/ASR/.test.sh.swp and b/egs/librispeech/ASR/.test.sh.swp differ 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 \