categorical_crossentropyΒΆ
Computes the categorical crossentropy loss.
Abstract Signature:
categorical_crossentropy(y_true, y_pred, from_logits: bool = False)
Computes the categorical crossentropy loss.
Abstract Signature:
categorical_crossentropy(y_true, y_pred, from_logits: bool = False)