from local

This commit is contained in:
dohe0342 2023-01-03 16:46:42 +09:00
parent 76aa80030f
commit 740fd0ec85
2 changed files with 1 additions and 1 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 \
--additional-block True \
--model-name epoch-3.pt \
--exp-dir ./pruned_transducer_stateless_d2v_v2/adapter \
--exp-dir ./pruned_transducer_stateless_d2v_v2/fc_adapter \
--max-duration 100 \
--decoding-method $method \
--max-sym-per-frame 1 \