Skip to content

Latest commit

 

History

History
executable file
·
9 lines (6 loc) · 200 Bytes

REPRODUCTION.md

File metadata and controls

executable file
·
9 lines (6 loc) · 200 Bytes
Train with multiple GPUs
./tools/dist_train.sh ${CONFIG_FILE} ${GPU_NUM}
e.g.,
CUDA_VISIBLE_DEVICES=0,1,2,3 ./tools/dist_train.sh ./configs/sgnet/sgnet_r50_caffe_fpn_gn_1x.py 4