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 #5

Open
engrean opened this issue Sep 13, 2022 · 1 comment
Open

Multi-GPU support #5

engrean opened this issue Sep 13, 2022 · 1 comment

Comments

@engrean
Copy link

engrean commented Sep 13, 2022

I noticed that only one of the GPUs is being used when I train. I tried setting model to torch.nn.DataParallel(model), but I kept getting "RuntimeError: grad can be implicitly created only for scalar outputs". I am not quite familiar enough with Torch's multi-GPU support to fix it just yet. While I am looking, I am hoping someone could help make it support multiple GPUs

@dparres
Copy link

dparres commented Oct 18, 2022

Hi, try to calculate loss and then do:
loss = loss.sum()
This will solve this problem.

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