From 32da165a246ef531aea824d843852cce3f75bbcf Mon Sep 17 00:00:00 2001 From: dohe0342 Date: Fri, 30 Dec 2022 16:24:58 +0900 Subject: [PATCH] from local --- egs/librispeech/ASR/.test.sh.swp | Bin 12288 -> 12288 bytes .../.decode.py.swp | Bin 45056 -> 45056 bytes egs/librispeech/ASR/test.sh | 2 +- 3 files changed, 1 insertion(+), 1 deletion(-) diff --git a/egs/librispeech/ASR/.test.sh.swp b/egs/librispeech/ASR/.test.sh.swp index 766ef88632b5afcb1fc9ecdc1fdf6782b5dfb210..53eb23b3efab17b19ab5bc4eb2bee85990a5cfd9 100644 GIT binary patch delta 13 UcmZojXh_%~ug_>SSwa5+03oOZv;Y7A delta 13 UcmZojXh_%~ug_>WSwa5+03o9Uvj6}9 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 6f4956d04222568338c9b4ad85480273fc6c0052..30a3f24f52c52ccf404e8e7037286e75700cfa07 100644 GIT binary patch delta 34 ocmZp8z|`=7Nj%9Q%+puFQqO<^2m}}y>L;#CZs%p(DE@Li0IhclHvj+t delta 34 ocmZp8z|`=7Nj%9Q%+puFQqO<^2m}}yLITz$OI>5wDE@Li0IJFgCIA2c diff --git a/egs/librispeech/ASR/test.sh b/egs/librispeech/ASR/test.sh index 62973eab5..e5445378f 100755 --- a/egs/librispeech/ASR/test.sh +++ b/egs/librispeech/ASR/test.sh @@ -5,7 +5,7 @@ for method in greedy_search modified_beam_search fast_beam_search; do --input-strategy AudioSamples \ --enable-spec-aug False \ --additional-block True \ - --model-name epoch-1.pt \ + --model-name epoch-2.pt \ --exp-dir ./pruned_transducer_stateless_d2v_v2/adapter \ --max-duration 400 \ --decoding-method $method \