from local

This commit is contained in:
dohe0342 2022-12-10 10:50:46 +09:00
parent 0417549ffd
commit cc5ecf9786
2 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@ -5,9 +5,9 @@ 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 \
--epoch 14 \ --epoch 8 \
--avg 1 \ --avg 1 \
--exp-dir ./pruned_transducer_stateless_d2v/test \ --exp-dir ./pruned_transducer_stateless_d2v/exp \
--max-duration 800 \ --max-duration 800 \
--decoding-method $method \ --decoding-method $method \
--max-sym-per-frame 1 \ --max-sym-per-frame 1 \