icefall/egs/librispeech/ASR/decode_single.sh
2024-07-10 00:16:24 -07:00

9 lines
180 B
Bash
Executable File

export CUDA_VISIBLE_DEVICES=$1
./zipformer_lstm/decode.py \
--epoch $2 \
--avg $3 \
--exp-dir ./zipformer_lstm/exp \
--max-duration 2000 \
--decoding-method beam_search