dlr: remove todo that has already been done

This commit is contained in:
Starbeamrainbowlabs 2024-12-12 23:37:18 +00:00
parent 4dd66a9bdf
commit efc5d2c253
Signed by: sbrl
GPG key ID: 1BE5172E637709C2

View file

@ -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