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
12f4bc67a6
commit
c83885f94f
Binary file not shown.
@ -1,12 +1,12 @@
|
||||
git pull
|
||||
|
||||
#for method in greedy_search modified_beam_search fast_beam_search; do
|
||||
for i in {20..30}; do
|
||||
for method in greedy_search; do#modified_beam_search fast_beam_search; do
|
||||
./pruned_transducer_stateless_d2v_v2/decode.py \
|
||||
--input-strategy AudioSamples \
|
||||
--enable-spec-aug False \
|
||||
--additional-block True \
|
||||
--epoch $i \
|
||||
--epoch 31 \
|
||||
--avg 1 \
|
||||
--exp-dir ./pruned_transducer_stateless_d2v_v2/960h_sweep_v3_388 \
|
||||
--max-duration 400 \
|
||||
@ -18,5 +18,5 @@ for i in {20..30}; do
|
||||
--joiner-dim 768 \
|
||||
--use-averaged-model False
|
||||
done
|
||||
done
|
||||
|
||||
#--epoch 5 \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user