from local

This commit is contained in:
dohe0342 2023-03-29 12:50:43 +09:00
parent 39ce9a99a4
commit 360cb21c5b
3 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -9,7 +9,7 @@ for method in modified_beam_search; do #modified_beam_search fast_beam_search; d
--additional-block True \ --additional-block True \
--model-name d2v-base-T.pt \ --model-name d2v-base-T.pt \
--exp-dir ./pruned_transducer_stateless_d2v_v2 \ --exp-dir ./pruned_transducer_stateless_d2v_v2 \
--max-duration 1200 \ --max-duration 450 \
--decoding-method $method \ --decoding-method $method \
--max-sym-per-frame 1 \ --max-sym-per-frame 1 \
--encoder-type d2v \ --encoder-type d2v \