-
Notifications
You must be signed in to change notification settings - Fork 35
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
feat: adagrad optimizer support #80
Conversation
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #80 /- ##
==========================================
Coverage 93.05% 93.37% 0.32%
==========================================
Files 66 71 5
Lines 2574 2684 110
==========================================
Hits 2395 2506 111
Misses 179 178 -1
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 1 file with indirect coverage changes Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report in Codecov by Sentry. |
f6e20be
to
1c7691e
Compare
1e6fb9e
to
d3310c7
Compare
d3310c7
to
2892929
Compare
Co-authored-by: Benjamin-eecs <[email protected]>
2892929
to
640e3b7
Compare
a9b93d3
to
56bf99e
Compare
408102a
to
b15eb1f
Compare
13fdeca
to
a701283
Compare
a701283
to
e9611fc
Compare
d5b3418
to
fc04c06
Compare
fc04c06
to
ccf87e2
Compare
I have completed the requested change
Description
Adagrad optimizer support.
Roadmap
Optimizer
MetaOptimizer
Optimizer
test