from local
This commit is contained in:
parent
4a9929a894
commit
52182d1193
20
egs/LJSpeech/ASR/test.sh
Executable file
20
egs/LJSpeech/ASR/test.sh
Executable file
@ -0,0 +1,20 @@
|
|||||||
|
git pull
|
||||||
|
|
||||||
|
for method in greedy_search modified_beam_search fast_beam_search; do
|
||||||
|
do
|
||||||
|
./pruned_transducer_stateless_d2v_v2/decode.py \
|
||||||
|
--input-strategy AudioSamples \
|
||||||
|
--enable-spec-aug False \
|
||||||
|
--additional-block True \
|
||||||
|
--model-name epoch-10.pt \
|
||||||
|
--exp-dir ./pruned_transducer_stateless_d2v_v2/adapter_test \
|
||||||
|
--max-duration 600 \
|
||||||
|
--decoding-method $method \
|
||||||
|
--max-sym-per-frame 1 \
|
||||||
|
--encoder-type d2v \
|
||||||
|
--encoder-dim 768 \
|
||||||
|
--decoder-dim 768 \
|
||||||
|
--joiner-dim 768 \
|
||||||
|
--avg 1 \
|
||||||
|
--use-averaged-model True
|
||||||
|
done
|
||||||
Loading…
x
Reference in New Issue
Block a user