from local

This commit is contained in:
dohe0342 2022-12-20 11:32:24 +09:00
parent a9dbb2fd2c
commit 9543d892ac
2 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@ -6,7 +6,7 @@ for method in greedy_search modified_beam_search fast_beam_search; do
--enable-spec-aug False \ --enable-spec-aug False \
--additional-block True \ --additional-block True \
--epoch 30 \ --epoch 30 \
--avg 1 \ --avg 3 \
--exp-dir ./pruned_transducer_stateless_d2v_v2/960h_sweep_v3_388 \ --exp-dir ./pruned_transducer_stateless_d2v_v2/960h_sweep_v3_388 \
--max-duration 400 \ --max-duration 400 \
--decoding-method $method \ --decoding-method $method \
@ -15,7 +15,7 @@ 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
#--epoch 5 \ #--epoch 5 \