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
2b6ce1d4b7
commit
88ce2b3b8a
Binary file not shown.
@ -5,8 +5,8 @@ for method in greedy_search modified_beam_search fast_beam_search; do
|
|||||||
--input-strategy AudioSamples \
|
--input-strategy AudioSamples \
|
||||||
--enable-spec-aug False \
|
--enable-spec-aug False \
|
||||||
--additional-block True \
|
--additional-block True \
|
||||||
--epoch 8 \
|
--epoch 18 \
|
||||||
--avg 1 \
|
--avg 3 \
|
||||||
--exp-dir ./pruned_transducer_stateless_d2v/exp \
|
--exp-dir ./pruned_transducer_stateless_d2v/exp \
|
||||||
--max-duration 800 \
|
--max-duration 800 \
|
||||||
--decoding-method $method \
|
--decoding-method $method \
|
||||||
@ -15,5 +15,5 @@ for method in greedy_search modified_beam_search fast_beam_search; do
|
|||||||
--encoder-dim 768 \
|
--encoder-dim 768 \
|
||||||
--decoder-dim 768 \
|
--decoder-dim 768 \
|
||||||
--joiner-dim 768 \
|
--joiner-dim 768 \
|
||||||
--use-averaged-model False
|
--use-averaged-model True
|
||||||
done
|
done
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user