-
Notifications
You must be signed in to change notification settings - Fork 890
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
Updating FedOpt and subclasses to latest version of the paper #895
Merged
Commits on Oct 27, 2021
-
Modified the m_t equation of FEDADAM algorithm.
The original delta_t calculation was wrong and should have been changed to m_t, otherwise the result of v_t would have been affected. Before the correction, the accuracy and loss value would have collapsed after the second round; after the correction, the gradient could be updated correctly.
Configuration menu - View commit details
-
Copy full SHA for 41b0a11 - Browse repository at this point
Copy the full SHA 41b0a11View commit details -
Modified the m_t equation of FEDYOGI algorithm.
The original delta_t calculation was wrong and should have been changed to m_t, otherwise the result of v_t would have been affected. Before the correction, the accuracy and loss value would have collapsed after the second round; after the correction, the gradient could be updated correctly.
Configuration menu - View commit details
-
Copy full SHA for 21cb22d - Browse repository at this point
Copy the full SHA 21cb22dView commit details
Commits on Nov 3, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 11fb379 - Browse repository at this point
Copy the full SHA 11fb379View commit details
Commits on Nov 5, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 7c4d6f5 - Browse repository at this point
Copy the full SHA 7c4d6f5View commit details
Commits on Nov 15, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 41f77eb - Browse repository at this point
Copy the full SHA 41f77ebView commit details
Commits on Dec 22, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 2f46d98 - Browse repository at this point
Copy the full SHA 2f46d98View commit details -
Configuration menu - View commit details
-
Copy full SHA for f9c4936 - Browse repository at this point
Copy the full SHA f9c4936View commit details -
Configuration menu - View commit details
-
Copy full SHA for 98dd3b4 - Browse repository at this point
Copy the full SHA 98dd3b4View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.