export CUDA_VISIBLE_DEVICES="0" | |
./zipformer/ctc_decode.py \ | |
--epoch 50 \ | |
--avg 26 \ | |
--exp-dir zipformer/exp-large \ | |
--use-cr-ctc 1 \ | |
--use-ctc 1 \ | |
--use-transducer 0 \ | |
--use-attention-decoder 0 \ | |
--num-encoder-layers 2,2,4,5,4,2 \ | |
--feedforward-dim 512,768,1536,2048,1536,768 \ | |
--encoder-dim 192,256,512,768,512,256 \ | |
--encoder-unmasked-dim 192,192,256,320,256,192 \ | |
--max-duration 600 \ | |
--decoding-method ctc-greedy-search | |