-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
[Enhancement] LR triangular #1001
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1001 +/- ##
==========================================
+ Coverage 64.56% 64.59% +0.03%
==========================================
Files 152 152
Lines 9800 9806 +6
Branches 1780 1783 +3
==========================================
+ Hits 6327 6334 +7
+ Misses 3144 3143 -1
Partials 329 329
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
please add unittest |
@gengenkai need to resolve conflicts before merge. |
Thanks for your contribution and we appreciate it a lot. The following instructions would make your pull request more healthy and more easily get feedback. If you do not understand some items, don't worry, just make the pull request and seek help from maintainers.
Motivation
Add a linear triangular learning rate strategy.
Checklist