LogCoshLossΒΆ
Logarithm of the hyperbolic cosine of the prediction error.
Abstract Signature:
LogCoshLoss(y_true: Tensor, y_pred: Tensor)
PyTorch
API:
βStrategy: Macro 'torch.log(torch.cosh({y_pred} - {y_true}))'
Logarithm of the hyperbolic cosine of the prediction error.
Abstract Signature:
LogCoshLoss(y_true: Tensor, y_pred: Tensor)
β