diff --git a/egs/librispeech/ASR/.test.sh.swp b/egs/librispeech/ASR/.test.sh.swp index 904b8b496..1248a51f8 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 2cc7de0bc..a1b17142f 100755 --- a/egs/librispeech/ASR/test.sh +++ b/egs/librispeech/ASR/test.sh @@ -9,7 +9,7 @@ do --model-name epoch-10.pt \ --exp-dir ./pruned_transducer_stateless_d2v_v2/adapter_test \ --max-duration 600 \ - --decoding-method greedy_search \ + --decoding-method $method \ --max-sym-per-frame 1 \ --encoder-type d2v \ --encoder-dim 768 \