Skip to content

Question about multi-GPU training #4

@zyzhou11

Description

@zyzhou11

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions