yfyeung's picture
update model
a1bcc06
raw
history blame
262 Bytes
#!/usr/bin/env bash
export CUDA_VISIBLE_DEVICES="0,1,2,3"
./pruned_transducer_stateless7_ctc_bs/train.py \
--world-size 4 \
--num-epochs 30 \
--start-epoch 1 \
--exp-dir pruned_transducer_stateless7_ctc_bs/exp \
--full-libri 1 \
--max-duration 300