-
Notifications
You must be signed in to change notification settings - Fork 526
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
convert decay_rate
to stop_lr
from old inputs
#949
Conversation
Codecov Report
@@ Coverage Diff @@
## devel #949 +/- ##
==========================================
+ Coverage 75.47% 75.51% +0.04%
==========================================
Files 85 85
Lines 6784 6796 +12
==========================================
+ Hits 5120 5132 +12
Misses 1664 1664
Continue to review full report at Codecov.
|
By the way, I'm confused -- does deepmd-kit/source/train/LearningRate.py Lines 16 to 26 in 0c57047
|
65d0053
to
d9b0a65
Compare
Yes the |
* convert `decay_rate` to `stop_lr` from old inputs close deepmodeling#919. * fix tests
For historical reasons, it stays in the wrong directory.
close #919.