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 implementation of PolyLoss #209

Merged
merged 7 commits into from May 1, 2022
Merged

feat: Added implementation of PolyLoss #209

merged 7 commits into from May 1, 2022

Conversation

frgfm
Copy link
Owner

@frgfm frgfm commented May 1, 2022

This PR introduces the following modifications:

  • adds functional and module implementations of PolyLoss
  • adds it to the documentation and the README
  • added dedicated unittests

@frgfm frgfm added this to the 0.3.0 milestone May 1, 2022
@frgfm frgfm self-assigned this May 1, 2022
@frgfm frgfm mentioned this pull request May 1, 2022
11 tasks
@codecov
Copy link

codecov bot commented May 1, 2022

Codecov Report

Merging #209 (fa69f17) into master (f0f6379) will decrease coverage by 0.01%.
The diff coverage is 92.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #209      +/-   ##
==========================================
- Coverage   93.51%   93.50%   -0.02%     
==========================================
  Files          56       56              
  Lines        3100     3125      +25     
==========================================
+ Hits         2899     2922      +23     
- Misses        201      203       +2     
Impacted Files Coverage Δ
holocron/nn/modules/loss.py 90.36% <87.50%> (-0.31%) ⬇️
holocron/nn/functional.py 92.30% <94.11%> (+0.18%) ⬆️

@frgfm frgfm merged commit 94cda24 into master May 1, 2022
@frgfm frgfm deleted the polyloss branch May 1, 2022 14:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant