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

Loss routines #129

Merged
merged 8 commits into from
Apr 10, 2024

Train network while using FeedForwardLoss.

7bbf45e
Select commit
Loading
Failed to load commit list.
Merged

Loss routines #129

Train network while using FeedForwardLoss.
7bbf45e
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Apr 9, 2024 in 0s

63.42% (+0.84%) compared to 908bc21

View this Pull Request on Codecov

63.42% (+0.84%) compared to 908bc21

Details

Codecov Report

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

Project coverage is 63.42%. Comparing base (908bc21) to head (7bbf45e).

Files Patch % Lines
src/loss/losses.jl 12.50% 14 Missing ⚠️
src/loss/loss_routines.jl 16.66% 5 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #129      +/-   ##
==========================================
+ Coverage   62.58%   63.42%   +0.84%     
==========================================
  Files         105      107       +2     
  Lines        2750     2778      +28     
==========================================
+ Hits         1721     1762      +41     
+ Misses       1029     1016      -13     

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