desh2608's picture
upload pretrained model
564731a
raw
history blame
225 Bytes
export CUDA_VISIBLE_DEVICES="0,1,2,3"
./zipformer/train.py \
--world-size 4 \
--num-epochs 50 \
--start-epoch 1 \
--use-fp16 1 \
--exp-dir zipformer/exp \
--causal 0 \
--max-duration 1000 \
--master-port 12345