diff --git a/egs/librispeech/ASR/.test.sh.swp b/egs/librispeech/ASR/.test.sh.swp index 2abc16936..10098892e 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 f5d2d1ff7..39e8fadc2 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 \ --epoch 18 \ --avg 3 \ - --exp-dir ./pruned_transducer_stateless_d2v/exp \ + --exp-dir ./pruned_transducer_stateless_d2v_v2/exp \ --max-duration 800 \ --decoding-method $method \ --max-sym-per-frame 1 \