mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-09-14 19:44:21 +00:00
9 lines
198 B
Bash
Executable File
9 lines
198 B
Bash
Executable File
for ((avg=17; avg<=21; avg=$avg+1)); do
|
|
./zipformer/decode.py \
|
|
--epoch 120 \
|
|
--avg $avg \
|
|
--exp-dir ./zipformer/exp \
|
|
--max-duration 2000 \
|
|
--decoding-method greedy_search
|
|
done
|