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
eeb593ae42
commit
d83c52f4e2
Binary file not shown.
@ -5,9 +5,7 @@ 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 10 \
|
--model-name epoch-10.pt \
|
||||||
--avg 5 \
|
|
||||||
--use-averaged-model True \
|
|
||||||
--exp-dir ./pruned_transducer_stateless_d2v_v2/adapter \
|
--exp-dir ./pruned_transducer_stateless_d2v_v2/adapter \
|
||||||
--max-duration 400 \
|
--max-duration 400 \
|
||||||
--decoding-method $method \
|
--decoding-method $method \
|
||||||
@ -17,6 +15,3 @@ for method in greedy_search modified_beam_search fast_beam_search; do
|
|||||||
--decoder-dim 768 \
|
--decoder-dim 768 \
|
||||||
--joiner-dim 768
|
--joiner-dim 768
|
||||||
done
|
done
|
||||||
|
|
||||||
#--model-name epoch-6.pt \
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user