Cccccz's picture
Add files using upload-large-folder tool
5e2c4f1 verified
Raw
History Blame Contribute Delete
127 Bytes
NUM_GPU=$1
CFG=$2
PORT=$3
python -m torch.distributed.launch \
--nproc_per_node $NUM_GPU \
--master_port $PORT train.py -c $CFG