diff --git a/egs/librispeech/ASR/.test.sh.swp b/egs/librispeech/ASR/.test.sh.swp index db9461ce5..6ec096e84 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 7e20bd9a2..b128b55aa 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 \ --iter 34000 \ --avg 1 \ - --exp-dir ./pruned_transducer_stateless_d2v_v2/d2v_960h286 \ + --exp-dir ./pruned_transducer_stateless_d2v_v2/d2v_960h_run2 \ --max-duration 800 \ --decoding-method $method \ --max-sym-per-frame 1 \