Skip to content
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

Add learning-rate schedulers #195

Merged
merged 4 commits into from
Sep 28, 2023
Merged

Add learning-rate schedulers #195

merged 4 commits into from
Sep 28, 2023

Conversation

WenjieDu
Copy link
Owner

What does this PR do?

Fixing #194

Before submitting

  • Was this discussed/approved via a GitHub issue? Please add a link to it if that's the case.
  • I have commented my code, particularly in hard-to-understand areas.
  • I have written necessary tests and already run them locally.

@coveralls
Copy link
Collaborator

coveralls commented Sep 28, 2023

Pull Request Test Coverage Report for Build 6333854690

  • 223 of 254 (87.8%) changed or added relevant lines in 16 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.2%) to 83.856%

Changes Missing Coverage Covered Lines Changed/Added Lines %
pypots/optim/lr_scheduler/exponential_lrs.py 13 15 86.67%
pypots/optim/lr_scheduler/step_lrs.py 14 16 87.5%
pypots/optim/lr_scheduler/constant_lrs.py 18 21 85.71%
pypots/optim/lr_scheduler/multistep_lrs.py 16 19 84.21%
pypots/optim/lr_scheduler/lambda_lrs.py 16 20 80.0%
pypots/optim/lr_scheduler/linear_lrs.py 19 23 82.61%
pypots/optim/lr_scheduler/multiplicative_lrs.py 17 21 80.95%
pypots/optim/lr_scheduler/base.py 66 75 88.0%
Totals Coverage Status
Change from base Build 6308682398: 0.2%
Covered Lines: 3797
Relevant Lines: 4528

💛 - Coveralls

@WenjieDu WenjieDu merged commit fc79142 into dev Sep 28, 2023
9 checks passed
@WenjieDu WenjieDu deleted the lr_scheduler branch October 7, 2023 11:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants