Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem with DDP #10

Open
zhazl opened this issue Dec 20, 2022 · 1 comment
Open

Problem with DDP #10

zhazl opened this issue Dec 20, 2022 · 1 comment

Comments

@zhazl
Copy link

zhazl commented Dec 20, 2022

Hello, I have experimented on your excellent job with this repo. But I found the ddp is not effective. I wonder if the way I used is wrong?

CUDA_VISIBLE_DEVICES=0,1,2 python -m torch.distributed.launch --nproc_per_node 3 tasks/run.py --config //fs.yaml --exp_name fs_test_demo --reset

@yerfor
Copy link
Owner

yerfor commented Feb 7, 2023

Hi, maybe this will work:

CUDA_VISIBLE_DEVICES=0,1,2 python tasks/run.py --config=fs.yaml --exp_name=fs_test_demo --reset

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants