Skip to content

Commit

Permalink
Remove unnecessary print statement (#18785)
Browse files Browse the repository at this point in the history
  • Loading branch information
dfalbel authored Nov 15, 2023
1 parent 862a941 commit fae2b0d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion keras/metrics/confusion_metrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -659,7 +659,6 @@ def _find_max_under_constraint(self, constrained, dependent, predicate):
ops.nonzero(predicate(constrained, self.value))
)

print(feasible)
feasible_exists = ops.greater(ops.size(feasible), 0)
max_dependent = ops.max(ops.take(dependent, feasible), initial=0)

Expand Down

0 comments on commit fae2b0d

Please sign in to comment.