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

Make learning rate rescale based on mini-batch size rather than # workers #422

Open
kyledmiller opened this issue Feb 28, 2023 · 0 comments

Comments

@kyledmiller
Copy link
Contributor

Currently, mala rescales learning rate based on # of workers which indirectly follows the linear scaling rule (Goyal et al.) if mini batch size is variably calculated based on # of workers. But this isn't always the case as mini batch size can be fixed separately. I think we should scale LR based on the mini batch size instead to ensure we are following the linear scaling rule.

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