-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
powersgd #643
Comments
@titusnicolae I'm a big fan of this. I'm not sure if it needs to be a framework level feature, or if we should find a way to make it easy to plug in. But I would love to see a lightning-compatible implementation of this, whether in a PR or as a separate plugin. |
@titusnicolae @soumith this might be better in PyTorch? |
@titusnicolae @jeffling any update here? |
@titusnicolae any luck on porting this over? If it could be done in a callback, it should be. otherwise, I think if there is enough proof / demand behind this it would make sense to be in the framework. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue has been automatically marked as stale because it hasn't had any recent activity. This issue will be closed in 7 days if no further activity occurs. Thank you for your contributions, Pytorch Lightning Team! |
@edenlightning is this in timeline? |
Hey @jeffling, Any updates ? You could make a PR to add it to Lightning directly. Best, |
Dear @titusnicolae, PyTorch currently support PowerSGD and it can easily be added by registering builtin DDP Communitation hooks. Do you want to give it a try ? Best, |
thanks Thomas!
I'll give it a try someday, I'll be busy the following month
…On Tue, Mar 9, 2021, 14:38 thomas chaton ***@***.***> wrote:
Dear @titusnicolae <https://github.com/titusnicolae>,
PyTorch currently support PowerSGD and it can easily be added by
registering builtin DDP Communitation hooks.
Do you want to give it a try ?
Best,
T.C
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#643 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAD7EP2G6W67FNAFKVUGCDDTCYJELANCNFSM4J6A67JQ>
.
|
looks like #6727 could cover this scenario :) |
@titusnicolae , with #6736, this should be supported |
Powersgd paper shows promising scaling for distributed training.
https://arxiv.org/abs/1905.13727
I'm interested in porting this to pytorch-lightning, do you think it's a good idea?
Thanks
The text was updated successfully, but these errors were encountered: