from local

This commit is contained in:
dohe0342 2023-01-03 10:40:03 +09:00
parent 4426de4b9a
commit ebaca7e550
3 changed files with 6 additions and 1 deletions

Binary file not shown.

View File

@ -5,7 +5,9 @@ for method in greedy_search modified_beam_search fast_beam_search; do
--input-strategy AudioSamples \
--enable-spec-aug False \
--additional-block True \
--model-name epoch-6.pt \
--epoch 10 \
--avg 5 \
--use-averaged-model True \
--exp-dir ./pruned_transducer_stateless_d2v_v2/adapter \
--max-duration 400 \
--decoding-method $method \
@ -15,3 +17,6 @@ for method in greedy_search modified_beam_search fast_beam_search; do
--decoder-dim 768 \
--joiner-dim 768
done
#--model-name epoch-6.pt \