leonel-os

Results 1 comments of leonel-os

@XingangPan thanks, changing the run_car.sh configuration fixed the error. ``` EXP=car CONFIG=car GPUS=1 PORT=${PORT:-29577} mkdir -p results/${EXP} CUDA_VISIBLE_DEVICES=0 \ python -m torch.distributed.launch --nproc_per_node=$GPUS --master_port=$PORT \ run.py \ --launcher pytorch \...