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

initialize_weights configurable param

2951676
Select commit
Loading
Failed to load commit list.
Merged

Custom optimizer #132

initialize_weights configurable param
2951676
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Nov 19, 2024 in 0s

95.16% (-1.16%) compared to 631b905

View this Pull Request on Codecov

95.16% (-1.16%) compared to 631b905

Details

Codecov Report

Attention: Patch coverage is 64.93506% with 54 lines in your changes missing coverage. Please review.

Project coverage is 95.16%. Comparing base (631b905) to head (2951676).
Report is 15 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% 6 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.16%   -1.16%     
==========================================
  Files         147      164      +17     
  Lines        6304     7160     +856     
==========================================
+ Hits         6072     6814     +742     
- Misses        232      346     +114     

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