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

Fix bz parameter for schedulers #60

Merged
merged 2 commits into from
Oct 31, 2022
Merged

Fix bz parameter for schedulers #60

merged 2 commits into from
Oct 31, 2022

Conversation

yuikosakuma1
Copy link
Contributor

Bug due to change for using global batch size.

bz parameter, that is used to calculate the number of iterations, should be the local batch size.
Because of this bug, LR scheduler did not calculate LR properly. (Estimates batch_iters smaller than the actual)

@yuikosakuma1 yuikosakuma1 requested a review from hyingho October 26, 2022 08:54
@yuikosakuma1
Copy link
Contributor Author

@hyingho Can you please merge this PR?

@hyingho hyingho merged commit 6dd66ee into master Oct 31, 2022
@hyingho hyingho deleted the feature/20221018-fix-bz branch October 31, 2022 03:50
@hyingho hyingho added release-note-bugfix Auto-release; Bugfix bug Something isn't working labels Oct 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working release-note-bugfix Auto-release; Bugfix
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants