This repository has been archived on 2026-03-23. You can view files and clone it, but cannot push or open issues or pull requests.
Yifan Yang 1398e07b3c update
2023-08-07 14:21:32 +08:00

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