CategoricalCrossentropyΒΆ
Computes the crossentropy loss between the labels and predictions.
Abstract Signature:
CategoricalCrossentropy(from_logits: bool = False, label_smoothing: float = 0.0, axis: int = -1, reduction: str = sum_over_batch_size)
Computes the crossentropy loss between the labels and predictions.
Abstract Signature:
CategoricalCrossentropy(from_logits: bool = False, label_smoothing: float = 0.0, axis: int = -1, reduction: str = sum_over_batch_size)