CONFIG=$1 | |
PORT_=$2 | |
CUDA_VISIBLE_DEVICES=0,1,2,3 python -m torch.distributed.launch --nproc_per_node=4 --master_port=$PORT_ basicsr/train.py -opt $CONFIG --launcher pytorch | |
CONFIG=$1 | |
PORT_=$2 | |
CUDA_VISIBLE_DEVICES=0,1,2,3 python -m torch.distributed.launch --nproc_per_node=4 --master_port=$PORT_ basicsr/train.py -opt $CONFIG --launcher pytorch | |