Closed mathpluscode closed 3 years ago
@YipengHu Adding images in tensorboard is a bit more complicated, thus I will leave that for another issue.
Otherwise, are these any other scalar metrics we may track?
Merging #713 (45bddf1) into main (3b5a472) will not change coverage. The diff coverage is
100.00%
.
@@ Coverage Diff @@
## main #713 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 38 38
Lines 2426 2445 +19
=========================================
+ Hits 2426 2445 +19
Impacted Files | Coverage Δ | |
---|---|---|
deepreg/train.py | 100.00% <ø> (ø) |
|
deepreg/util.py | 100.00% <ø> (ø) |
|
deepreg/loss/label.py | 100.00% <100.00%> (ø) |
|
deepreg/model/layer.py | 100.00% <100.00%> (ø) |
|
deepreg/model/network.py | 100.00% <100.00%> (ø) |
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 3b5a472...45bddf1. Read the comment docs.
@YipengHu @NMontanaBrown would you have time for this :)
@YipengHu @NMontanaBrown would you have time for this :)
will get to this today. Nina is away.
I think we need to add Dice(binary=True) as a metric for all labelled data, regardless if it is used for loss - you can still report Dice(Binary=False) as a metric if it is used as a loss. Does it makes sense? @mathpluscode
Description
Fixes #708
Added
update_freq
Type of change
What types of changes does your code introduce to DeepReg?
Please check the boxes that apply after submitting the pull request.
Checklist
Please check the boxes that apply after submitting the pull request.
If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code.
pre-commit install
and formatted all changed files. If you are not certain, runpre-commit run --all-files
.Issue #<issue number>: detailed message
.