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

Multi GPU Support? #2

Closed
wchodev opened this issue Feb 22, 2020 · 0 comments
Closed

Multi GPU Support? #2

wchodev opened this issue Feb 22, 2020 · 0 comments

Comments

@wchodev
Copy link

wchodev commented Feb 22, 2020

Hello, I've tried to train FlowGMM for the CIFAR10 dataset with the provided example code:
python3 experiments/train_flows/train_semisup_cons.py --[arguments]

When I try to train with multiple GPUs with the option --gpu_ids (e.g., --gpu_ids=0,1), the following error comes out: RuntimeError: expected device cuda:1 but got device cuda:0.

Any suggestion for multiple GPU training? or Is the code only support single GPU training?

@wchodev wchodev closed this as completed Feb 28, 2020
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

1 participant