from local

This commit is contained in:
dohe0342 2022-12-30 11:15:20 +09:00
parent b00aedace4
commit 8a15023f1b
2 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-8.pt \
--model-name epoch-1.pt \
--exp-dir ./pruned_transducer_stateless_d2v_v2/d2v-T-adapter_male \
--max-duration 400 \
--decoding-method $method \