Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentAuriau committed May 31, 2024
1 parent 7f25fbd commit 2844961
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions choice_learn/tf_ops.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ def __init__(
reduction:
Reduction function - here to follow tf.keras.losses.Loss signature
"""
print("Reduction", reduction)
super().__init__(reduction=reduction, name=name)
self.label_smoothing = label_smoothing
self.from_logits = from_logits
Expand Down

0 comments on commit 2844961

Please sign in to comment.