Loss Functions#
|
Computes the cross entropy loss between logits and targets. |
|
Computes the binary cross entropy loss between inputs and targets. |
|
Computes the L1 loss between predictions and targets. |
|
Computes the mean squared error loss between predictions and targets. |
|
Computes the negative log likelihood loss between inputs and targets. |
|
Computes the Kullback-Leibler divergence loss between targets and the inputs. |