Skip to content

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