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

Move model to cuda before creating optimizer #554

Merged
merged 1 commit into from
Nov 27, 2019

Conversation

akhti
Copy link
Contributor

@akhti akhti commented Nov 27, 2019

This is a bug fix.

How to reproduce: try using Adagrad with cuda. Optimizers are created before the model is on cuda, and so the optimizer's accumulator is created on CPU. That causes an exception when gpu grads are handled in Adagrad.step()

Adam works without this fix. I'm not sure why

@williamFalcon williamFalcon merged commit fea7cc8 into Lightning-AI:master Nov 27, 2019
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

Successfully merging this pull request may close these issues.

2 participants