from local

This commit is contained in:
dohe0342 2022-12-20 16:22:18 +09:00
parent 286803b7b4
commit f5cffc3eca
2 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ for method in greedy_search modified_beam_search fast_beam_search; do
--input-strategy AudioSamples \ --input-strategy AudioSamples \
--enable-spec-aug False \ --enable-spec-aug False \
--additional-block True \ --additional-block True \
--model-name epoch-27.pt \ --model-name epoc.pt \
--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 \