You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Summary:
## Types of changes
- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to change)
- [x] Docs change / refactoring / dependency upgrade
## Motivation and Context / Related issue
## How Has This Been Tested (if it applies)
## Checklist
- [x] The documentation is up-to-date with the changes I made.
- [x] I have read the **CONTRIBUTING** document and completed the CLA (see **CONTRIBUTING**).
- [ ] All tests passed, and additional code has been covered with new tests.
Pull Request resolved: #719
Reviewed By: iden-kalemaj
Differential Revision: D68476050
fbshipit-source-id: 2330aeccdc2fa6540dc70ae35b7e42d51871d6f8
Copy file name to clipboardExpand all lines: research/disk_optimizer/ReadMe.md
+3-1
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,9 @@
3
3
## Introduction
4
4
This part of the code introduces a new component to the optimizer named DiSK. The code uses a simplifed Kalman to improve the privatized gradient estimate. Speficially, the privatized minibatch gradient is replaced with:
0 commit comments