frankkramer-lab / MIScnn

A framework for Medical Image Segmentation with Convolutional Neural Networks and Deep Learning
GNU General Public License v3.0
400 stars 116 forks source link

UNet_plain architecture improvements #84

Closed jumutc closed 3 years ago

jumutc commented 3 years ago

UNet_plain architecture improvements for #83 to match nnunet package

codecov-commenter commented 3 years ago

Codecov Report

Merging #84 (cbcdcf7) into master (b49f07e) will decrease coverage by 0.02%. The diff coverage is 95.12%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #84      +/-   ##
==========================================
- Coverage   91.59%   91.57%   -0.03%     
==========================================
  Files          52       52              
  Lines        3737     3749      +12     
==========================================
+ Hits         3423     3433      +10     
- Misses        314      316       +2     
Impacted Files Coverage Δ
miscnn/neural_network/architecture/unet/plain.py 97.67% <95.12%> (-2.33%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update b49f07e...cbcdcf7. Read the comment docs.