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

feat: Added support of Complement CE loss #90

Merged
merged 6 commits into from
Oct 13, 2020
Merged

feat: Added support of Complement CE loss #90

merged 6 commits into from
Oct 13, 2020

Conversation

frgfm
Copy link
Owner

@frgfm frgfm commented Oct 12, 2020

This PR adds support of the complement cross-entropy loss

@frgfm frgfm added topic: documentation Improvements or additions to documentation type: enhancement New feature or request module: nn ext: tests Related to test labels Oct 12, 2020
@frgfm frgfm added this to the 0.1.3 milestone Oct 12, 2020
@frgfm frgfm self-assigned this Oct 12, 2020
@codecov
Copy link

codecov bot commented Oct 12, 2020

Codecov Report

Merging #90 into master will increase coverage by 0.16%.
The diff coverage is 93.33%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #90      +/-   ##
==========================================
+ Coverage   89.66%   89.82%   +0.16%     
==========================================
  Files          38       38              
  Lines        2361     2389      +28     
==========================================
+ Hits         2117     2146      +29     
+ Misses        244      243       -1     
Impacted Files Coverage Δ
holocron/nn/modules/loss.py 92.75% <88.88%> (-0.69%) ⬇️
holocron/nn/functional.py 97.14% <95.23%> (+2.14%) ⬆️

@frgfm frgfm merged commit d80fc6f into master Oct 13, 2020
@frgfm frgfm deleted the cce-loss branch October 13, 2020 08:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ext: tests Related to test module: nn topic: documentation Improvements or additions to documentation type: enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant