export CUDA_VISIBLE_DEVICES= | |
# greedy search | |
./pruned_transducer_stateless7/decode_gigaspeech.py \ | |
--epoch 20 \ | |
--avg 5 \ | |
--exp-dir ./pruned_transducer_stateless7/exp \ | |
--max-duration 600 \ | |
--decoding-method greedy_search |
export CUDA_VISIBLE_DEVICES= | |
# greedy search | |
./pruned_transducer_stateless7/decode_gigaspeech.py \ | |
--epoch 20 \ | |
--avg 5 \ | |
--exp-dir ./pruned_transducer_stateless7/exp \ | |
--max-duration 600 \ | |
--decoding-method greedy_search |