From fb25f24412590fb5e8877c01096e7aaa451d77ad Mon Sep 17 00:00:00 2001 From: dohe0342 Date: Wed, 15 Mar 2023 02:47:09 +0900 Subject: [PATCH] from local --- egs/librispeech/ASR/.test.sh.swp | Bin 12288 -> 12288 bytes egs/librispeech/ASR/test.sh | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/egs/librispeech/ASR/.test.sh.swp b/egs/librispeech/ASR/.test.sh.swp index 9e5443e8da8355a2deb162d47a0488c40bda0da4..69f9e4049b4ab981733eb875280e33e47b4e9afb 100644 GIT binary patch delta 118 zcmZojXh;xCG6?hZRj|}EU;qLE28QZ4@(7ux#dIU`PdG4@!^^<% z42UlR@lhaN4#ZP{xDSXsfw*IHqrxkmi3eC2l_z`YNl)(8-9I@~&vbIWuH5EXdTERR D-839N diff --git a/egs/librispeech/ASR/test.sh b/egs/librispeech/ASR/test.sh index 5da319d69..e91093403 100755 --- a/egs/librispeech/ASR/test.sh +++ b/egs/librispeech/ASR/test.sh @@ -10,9 +10,9 @@ do --enable-spec-aug False \ --additional-block True \ --exp-dir ./pruned_transducer_stateless_d2v_v2/"$spk_id"_adapter \ - --model-name ../d2v-base-T.pt \ --max-duration 450 \ --decoding-method $method \ + --model-name epoch-$i.pt \ --max-sym-per-frame 1 \ --encoder-type d2v \ --encoder-dim 768 \ @@ -24,4 +24,4 @@ do done done -#--model-name epoch-$i.pt \ +#--model-name ../d2v-base-T.pt \