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

Custom optimizer #132

Merged
merged 21 commits into from
Nov 19, 2024

fix failing tests

75096da
Select commit
Loading
Failed to load commit list.
Merged

Custom optimizer #132

fix failing tests
75096da
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Nov 18, 2024 in 1s

95.17% (-1.15%) compared to 631b905

View this Pull Request on Codecov

95.17% (-1.15%) compared to 631b905

Details

Codecov Report

Attention: Patch coverage is 62.67606% with 53 lines in your changes missing coverage. Please review.

Project coverage is 95.17%. Comparing base (631b905) to head (75096da).
Report is 12 commits behind head on main.

✅ All tests successful. No failed tests found.

Files with missing lines Patch % Lines
luxonis_train/strategies/triple_lr_sgd.py 30.15% 44 Missing ⚠️
luxonis_train/models/luxonis_lightning.py 50.00% 5 Missing ⚠️
luxonis_train/callbacks/training_manager.py 62.50% 3 Missing ⚠️
luxonis_train/strategies/base_strategy.py 88.88% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #132      +/-   ##
==========================================
- Coverage   96.31%   95.17%   -1.15%     
==========================================
  Files         147      164      +17     
  Lines        6304     7156     +852     
==========================================
+ Hits         6072     6811     +739     
- Misses        232      345     +113     

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