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 UNet3+ #47

Merged
merged 13 commits into from
May 29, 2020
Merged

feat: Added implementation of UNet3+ #47

merged 13 commits into from
May 29, 2020

Conversation

frgfm
Copy link
Owner

@frgfm frgfm commented May 28, 2020

This PR adds a new variant of UNet by:

  • adding an implementation of UNet3+
  • adding corresponding unittest
  • updating documentation
  • updating README

@frgfm frgfm added topic: documentation Improvements or additions to documentation module: models ext: tests Related to test labels May 28, 2020
@frgfm frgfm added this to the 0.1.2 milestone May 28, 2020
@frgfm frgfm self-assigned this May 28, 2020
@codecov
Copy link

codecov bot commented May 29, 2020

Codecov Report

Merging #47 into master will increase coverage by 0.26%.
The diff coverage is 98.03%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #47      +/-   ##
==========================================
+ Coverage   85.10%   85.36%   +0.26%     
==========================================
  Files          29       29              
  Lines        1490     1524      +34     
==========================================
+ Hits         1268     1301      +33     
- Misses        222      223       +1     
Impacted Files Coverage Δ
holocron/models/segmentation/unet.py 97.09% <98.03%> (-0.01%) ⬇️

@frgfm frgfm merged commit 511c1b1 into master May 29, 2020
@frgfm frgfm deleted the unet-3p branch May 29, 2020 01:33
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: models topic: documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant