diff --git a/egs/librispeech/ASR/.pseudo.sh.swp b/egs/librispeech/ASR/.pseudo.sh.swp index 78a08fe01..825856d35 100644 Binary files a/egs/librispeech/ASR/.pseudo.sh.swp and b/egs/librispeech/ASR/.pseudo.sh.swp differ diff --git a/egs/librispeech/ASR/pseudo.sh b/egs/librispeech/ASR/pseudo.sh index 0be55836c..1abf937f9 100755 --- a/egs/librispeech/ASR/pseudo.sh +++ b/egs/librispeech/ASR/pseudo.sh @@ -7,7 +7,7 @@ for method in modified_beam_search; do #modified_beam_search fast_beam_search; d --additional-block True \ --model-name d2v-base-T.pt \ --exp-dir ./pruned_transducer_stateless_d2v_v2 \ - --max-duration 1200 \ + --max-duration 400 \ --decoding-method $method \ --max-sym-per-frame 1 \ --encoder-type d2v \