We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa97f4d commit 2a1dbadCopy full SHA for 2a1dbad
keras_cv/metrics/coco/base.py
@@ -83,7 +83,6 @@ def __init__(
83
)
84
85
def reset_state(self):
86
- super().reset_state()
87
self.true_positives.assign(tf.zeros_like(self.true_positives))
88
self.false_positives.assign(tf.zeros_like(self.false_positives))
89
self.ground_truth_boxes.assign(tf.zeros_like(self.ground_truth_boxes))
0 commit comments