i training by ‘ CUDA_VISIBLE_DEVICES=0,2 python -m torch.distributed.launch --master_port=9900 --nproc_per_node=2 train.py --launcher pytorch -work_dir ... --config ...’
Then displays the error :subprocess.CalledProcessError: Command '['.../envs/bin/python', '-u', 'train.py', '--local_rank=1']' returned non-zero exit status 1.
i training by ‘ CUDA_VISIBLE_DEVICES=0,2 python -m torch.distributed.launch --master_port=9900 --nproc_per_node=2 train.py --launcher pytorch -work_dir ... --config ...’ Then displays the error :subprocess.CalledProcessError: Command '['.../envs/bin/python', '-u', 'train.py', '--local_rank=1']' returned non-zero exit status 1.