mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-12-11 06:55:27 +00:00
from local
This commit is contained in:
parent
2709e500e7
commit
3c1957c20b
19
egs/librispeech/ASR/test.sh
Executable file
19
egs/librispeech/ASR/test.sh
Executable file
@ -0,0 +1,19 @@
|
||||
git pull
|
||||
|
||||
for method in greedy_search modified_beam_search fast_beam_search; do
|
||||
./pruned_transducer_stateless_d2v/decode.py \
|
||||
--input-strategy AudioSamples \
|
||||
--enable-spec-aug False \
|
||||
--additional-block True \
|
||||
--epoch 14 \
|
||||
--avg 1 \
|
||||
--exp-dir ./pruned_transducer_stateless_d2v/test \
|
||||
--max-duration 800 \
|
||||
--decoding-method $method \
|
||||
--max-sym-per-frame 1 \
|
||||
--encoder-type d2v \
|
||||
--encoder-dim 768 \
|
||||
--decoder-dim 768 \
|
||||
--joiner-dim 768 \
|
||||
--use-averaged-model False
|
||||
done
|
||||
Loading…
x
Reference in New Issue
Block a user