diff --git a/egs/librispeech/ASR/.test.sh.swp b/egs/librispeech/ASR/.test.sh.swp index f0ab7793e..b650e7a72 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/pruned_transducer_stateless_d2v_v2/.decode.py.swp b/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/.decode.py.swp index ca59dcbe8..83a34a278 100644 Binary files a/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/.decode.py.swp and b/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/.decode.py.swp differ diff --git a/egs/librispeech/ASR/test.sh b/egs/librispeech/ASR/test.sh index 837a9157e..32c241fc9 100755 --- a/egs/librispeech/ASR/test.sh +++ b/egs/librispeech/ASR/test.sh @@ -7,7 +7,7 @@ for method in greedy_search modified_beam_search fast_beam_search; do --additional-block True \ --model-name epoch-3.pt \ --exp-dir ./pruned_transducer_stateless_d2v_v2/adapter \ - --max-duration 400 \ + --max-duration 700 \ --decoding-method $method \ --max-sym-per-frame 1 \ --encoder-type d2v \