mirror of
https://github.com/sbrl/research-rainfallradar
synced 2024-12-22 06:05:01 +00:00
dlr: remove todo that has already been done
This commit is contained in:
parent
4dd66a9bdf
commit
efc5d2c253
1 changed files with 0 additions and 1 deletions
|
@ -250,7 +250,6 @@ if PATH_CHECKPOINT is None:
|
||||||
mean_iou(),
|
mean_iou(),
|
||||||
sensitivity(), # How many true positives were accurately predicted
|
sensitivity(), # How many true positives were accurately predicted
|
||||||
specificity # How many true negatives were accurately predicted?
|
specificity # How many true negatives were accurately predicted?
|
||||||
# TODO: Add IoU, F1, Precision, Recall, here.
|
|
||||||
],
|
],
|
||||||
steps_per_execution=STEPS_PER_EXECUTION,
|
steps_per_execution=STEPS_PER_EXECUTION,
|
||||||
jit_compile=JIT_COMPILE
|
jit_compile=JIT_COMPILE
|
||||||
|
|
Loading…
Reference in a new issue