diff --git a/egs/librispeech/ASR/.test.sh.swp b/egs/librispeech/ASR/.test.sh.swp index 501854398..4145727db 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 ee11362b7..2962d3a69 100755 --- a/egs/librispeech/ASR/test.sh +++ b/egs/librispeech/ASR/test.sh @@ -10,7 +10,7 @@ for i in {20..30}; do --avg 1 \ --exp-dir ./pruned_transducer_stateless_d2v_v2/960h_sweep_v3_388 \ --max-duration 400 \ - --decoding-method $method \ + --decoding-method greedy_search \ --max-sym-per-frame 1 \ --encoder-type d2v \ --encoder-dim 768 \