from local

This commit is contained in:
dohe0342 2023-01-03 10:47:53 +09:00
parent dd4c558d66
commit 163511e6e3
3 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -5,7 +5,7 @@ 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-3.rt \
--model-name epoch-3.pt \
--exp-dir ./pruned_transducer_stateless_d2v_v2/adapter \
--max-duration 400 \
--decoding-method $method \