Hello, your work is outstanding. While reproducing the code, I encountered the following issue.
In a single-GPU environment, I successfully trained the model using the following command.
"python main.py --config cfgs/PCN_models/SymmCompletion.yaml --val_freq 10 --val_interval 50 --exp_name train_pcn"
However, in a multi-GPU environment, the training does not proceed as expected when using the following command.
"CUDA_VISIBLE_DEVICES=0,1 python main.py --launcher pytorch --config cfgs/PCN_models/SymmCompletion.yaml --val_freq 10 --val_interval 50 --exp_name train_pcn"
Could you provide the correct command for multi-GPU training?
Hello, your work is outstanding. While reproducing the code, I encountered the following issue.
In a single-GPU environment, I successfully trained the model using the following command.
"python main.py --config cfgs/PCN_models/SymmCompletion.yaml --val_freq 10 --val_interval 50 --exp_name train_pcn"
However, in a multi-GPU environment, the training does not proceed as expected when using the following command.
"CUDA_VISIBLE_DEVICES=0,1 python main.py --launcher pytorch --config cfgs/PCN_models/SymmCompletion.yaml --val_freq 10 --val_interval 50 --exp_name train_pcn"
Could you provide the correct command for multi-GPU training?