From 512e1c2761acca4927a3547d08e80ac891a420fa Mon Sep 17 00:00:00 2001 From: dohe0342 Date: Tue, 3 Jan 2023 10:46:12 +0900 Subject: [PATCH] from local --- egs/librispeech/ASR/.test.sh.swp | Bin 12288 -> 12288 bytes egs/librispeech/ASR/test.sh | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/egs/librispeech/ASR/.test.sh.swp b/egs/librispeech/ASR/.test.sh.swp index 1cfd471c30a59df827baf62585d957d74ee5e4f1..939562c9144a22e46c143060a2c4f191b0aa5d5d 100644 GIT binary patch delta 36 qcmZojXh;xEG6?hZRj|}EU;qLE28Mu+&B-4&it^|)7EM;tzXt%Y)e0{F delta 36 qcmZojXh;xEG6?hZRj|}EU;qLE1_rN=&B+%wit^|)7ED&szXt%X5ef$Y diff --git a/egs/librispeech/ASR/test.sh b/egs/librispeech/ASR/test.sh index 837a9157e..e288c061d 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-3.pt \ + --model-name epoch-3.rt \ --exp-dir ./pruned_transducer_stateless_d2v_v2/adapter \ --max-duration 400 \ --decoding-method $method \