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
acd1d54cc8
commit
8da751d77f
BIN
egs/librispeech/ASR/.test.sh.swp
Normal file
BIN
egs/librispeech/ASR/.test.sh.swp
Normal file
Binary file not shown.
@ -5,15 +5,15 @@ for method in greedy_search modified_beam_search fast_beam_search; do
|
||||
--input-strategy AudioSamples \
|
||||
--enable-spec-aug False \
|
||||
--additional-block True \
|
||||
--epoch 17 \
|
||||
--avg 3 \
|
||||
--epoch 2 \
|
||||
--avg 1 \
|
||||
--exp-dir ./pruned_transducer_stateless_d2v_v2/100h_sweep361 \
|
||||
--max-duration 800 \
|
||||
--decoding-method $method \
|
||||
--max-sym-per-frame 1 \
|
||||
--encoder-type d2v \
|
||||
--encoder-dim 768 \
|
||||
--decoder-dim 512 \
|
||||
--joiner-dim 512 \
|
||||
--use-averaged-model True
|
||||
--decoder-dim 768 \
|
||||
--joiner-dim 768 \
|
||||
--use-averaged-model False
|
||||
done
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user