Skip to content

Commit

Permalink
Removed debug print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Furkan-rgb committed Dec 23, 2024
1 parent 492ebf0 commit 8a66542
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion keras/src/layers/attention/attention.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@ def _calculate_scores(self, query, key):
else:
raise ValueError("scores not computed")

print("scores", scores)
return scores

def _apply_scores(self, scores, value, scores_mask=None, training=False):
Expand Down

0 comments on commit 8a66542

Please sign in to comment.