from local

This commit is contained in:
dohe0342 2023-01-10 11:10:48 +09:00
parent 4e0a4c0032
commit ba5e866c7a
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -10,7 +10,7 @@ do
--model-name epoch-$i.pt \ --model-name epoch-$i.pt \
--exp-dir ./pruned_transducer_stateless_d2v_v2/male_hpo6 \ --exp-dir ./pruned_transducer_stateless_d2v_v2/male_hpo6 \
--max-duration 600 \ --max-duration 600 \
--decoding-method $method \ --decoding-method greedy_search \
--max-sym-per-frame 1 \ --max-sym-per-frame 1 \
--encoder-type d2v \ --encoder-type d2v \
--encoder-dim 768 \ --encoder-dim 768 \