From efc5d2c253004fd9d3ebeeeb961ca7d53c5f56d3 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Thu, 12 Dec 2024 23:37:18 +0000 Subject: [PATCH] dlr: remove todo that has already been done --- aimodel/src/deeplabv3_plus_test_rainfall.py | 1 - 1 file changed, 1 deletion(-) diff --git a/aimodel/src/deeplabv3_plus_test_rainfall.py b/aimodel/src/deeplabv3_plus_test_rainfall.py index 5ba6640..231e6fd 100755 --- a/aimodel/src/deeplabv3_plus_test_rainfall.py +++ b/aimodel/src/deeplabv3_plus_test_rainfall.py @@ -250,7 +250,6 @@ if PATH_CHECKPOINT is None: mean_iou(), sensitivity(), # How many true positives were accurately predicted specificity # How many true negatives were accurately predicted? - # TODO: Add IoU, F1, Precision, Recall, here. ], steps_per_execution=STEPS_PER_EXECUTION, jit_compile=JIT_COMPILE