mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-08-11 19:12:30 +00:00
9 lines
180 B
Bash
Executable File
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
|