-
Notifications
You must be signed in to change notification settings - Fork 7
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
Error using 4x GPU #9
Comments
Hi Robin, |
For context, I typically use pytorch-lightning to handle the training loop, which handles the low level details on synchronisation. For the time being, I am making do with single GPU with this implementation |
See this issue for more details: ClarkCGA#9 (comment)
Setting
gpu_devices=[0, 1, 2, 3]
and callingcompiled_model.fit
I receive:Debugging
The text was updated successfully, but these errors were encountered: