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

Add the callback function ModelCheckpoint in split_validation #72

Closed JimHeo closed 3 years ago

JimHeo commented 3 years ago

There is no callback function ModelCheckpoint to save the model in Split Validation. So, I add that callback function.

Cheers, Jim

codecov-io commented 3 years ago

Codecov Report

Merging #72 (6ecc09d) into master (278dd21) will decrease coverage by 0.01%. The diff coverage is 80.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #72      +/-   ##
==========================================
- Coverage   91.39%   91.37%   -0.02%     
==========================================
  Files          52       52              
  Lines        3718     3723       +5     
==========================================
+ Hits         3398     3402       +4     
- Misses        320      321       +1     
Impacted Files Coverage Δ
miscnn/evaluation/split_validation.py 88.46% <80.00%> (-2.02%) :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 278dd21...6ecc09d. Read the comment docs.