minor fix

This commit is contained in:
yaozengwei 2022-07-07 19:54:26 +08:00
parent f50198e66e
commit 66fda54e9d

View File

@ -710,7 +710,7 @@ for method in greedy_search modified_beam_search fast_beam_search; do
./pruned_transducer_stateless5/decode.py \
--epoch 30 \
--avg 10 \
--exp-dir ./pruned_transducer_stateless5/exp-M \
--exp-dir ./pruned_transducer_stateless5/exp-B \
--max-duration 600 \
--decoding-method $method \
--max-sym-per-frame 1 \