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
Merged

Loss routines #129

merged 8 commits into from
Apr 10, 2024

Conversation

benedict-96
Copy link
Collaborator

Network losses are now also an abstract type. For now there are FeedforwardLoss and TransformerLoss.

Copy link

codecov bot commented Apr 9, 2024

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.

@benedict-96 benedict-96 requested a review from michakraus April 9, 2024 13:07
@michakraus michakraus merged commit 8825732 into main Apr 10, 2024
13 of 16 checks passed
@michakraus michakraus deleted the loss_routines branch April 10, 2024 15:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants