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

Implement Huber loss #1444

Merged
merged 3 commits into from Mar 13, 2024

unify naming of residuals in comments

7d7b181
Select commit
Failed to load commit list.
Merged

Implement Huber loss #1444

unify naming of residuals in comments
7d7b181
Select commit
Failed to load commit list.
Codecov / codecov/project succeeded Mar 12, 2024 in 0s

85.97% (target 80.00%)

View this Pull Request on Codecov

85.97% (target 80.00%)

Details

Codecov Report

Attention: Patch coverage is 96.93878% with 3 lines in your changes are missing coverage. Please review.

Project coverage is 85.97%. Comparing base (4ed90a9) to head (7d7b181).
Report is 25 commits behind head on main.

Files Patch % Lines
crates/burn-core/src/nn/loss/huber.rs 96.93% 3 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1444      +/-   ##
==========================================
+ Coverage   85.81%   85.97%   +0.15%     
==========================================
  Files         610      646      +36     
  Lines       70417    71847    +1430     
==========================================
+ Hits        60428    61769    +1341     
- Misses       9989    10078      +89     

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