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

[Feature] Implement WSD lr scheduler #248

Merged
merged 9 commits into from
Jun 29, 2024
Merged

Conversation

kozistr
Copy link
Owner

@kozistr kozistr commented Jun 29, 2024

Problem (Why?)

close #247

Solution (What/How?)

  • implement WSD LR scheduler
  • refactor LRSCHEDULER_LIST with ScheduleType
  • refactor chebyshev lr scheduler

Other changes (bug fixes, small refactors)

N/A

Notes

N/A

@kozistr kozistr added documentation Improvements or additions to documentation enhancement New feature or request refactoring Refactoring dependencies Dependencies feature request Request features labels Jun 29, 2024
@kozistr kozistr self-assigned this Jun 29, 2024
Copy link

codecov bot commented Jun 29, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (7c40a79) to head (60e3848).

Current head 60e3848 differs from pull request most recent head a0b3cb0

Please upload reports for the commit a0b3cb0 to get more accurate results.

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #248   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           87        88    +1     
  Lines         6584      6628   +44     
=========================================
+ Hits          6584      6628   +44     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@kozistr kozistr merged commit 908e82e into main Jun 29, 2024
2 checks passed
@kozistr kozistr deleted the feature/wsd-lr-scheduler branch June 29, 2024 05:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Dependencies documentation Improvements or additions to documentation enhancement New feature or request feature request Request features refactoring Refactoring size/L
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add WSD LR scheduler
1 participant