diff --git a/egs/librispeech/ASR/.test.sh.swp b/egs/librispeech/ASR/.test.sh.swp new file mode 100644 index 000000000..09863b40b Binary files /dev/null and b/egs/librispeech/ASR/.test.sh.swp differ diff --git a/egs/librispeech/ASR/test.sh b/egs/librispeech/ASR/test.sh index 839b62512..632fe5198 100755 --- a/egs/librispeech/ASR/test.sh +++ b/egs/librispeech/ASR/test.sh @@ -5,15 +5,15 @@ for method in greedy_search modified_beam_search fast_beam_search; do --input-strategy AudioSamples \ --enable-spec-aug False \ --additional-block True \ - --epoch 17 \ - --avg 3 \ + --epoch 2 \ + --avg 1 \ --exp-dir ./pruned_transducer_stateless_d2v_v2/100h_sweep361 \ --max-duration 800 \ --decoding-method $method \ --max-sym-per-frame 1 \ --encoder-type d2v \ --encoder-dim 768 \ - --decoder-dim 512 \ - --joiner-dim 512 \ - --use-averaged-model True + --decoder-dim 768 \ + --joiner-dim 768 \ + --use-averaged-model False done