marcoyang's picture
add models, log and scripts
9530b1f
raw
history blame
361 Bytes
#!/usr/bin/env bash
export CUDA_VISIBLE_DEVICES="4,5,6,7"
subset=full
python zipformer/train.py \
--world-size 4 \
--num-epochs 50 \
--exp-dir zipformer/exp_at_as_${subset} \
--start-epoch 1 \
--use-fp16 1 \
--num-events 527 \
--audioset-subset $subset \
--max-duration 1000 \
--enable-musan True \
--master-port 13455