File size: 252 Bytes
d92165d |
1 2 3 4 5 6 7 8 9 10 11 |
#!/usr/bin/env bash
export CUDA_VISIBLE_DEVICES=
# greedy search
./pruned_transducer_stateless7/decode.py \
--epoch 20 \
--avg 5 \
--exp-dir ./pruned_transducer_stateless7/exp \
--max-duration 600 \
--decoding-method greedy_search |