| Class | Description |
|---|---|
| CompositeLoss | |
| HingeLoss |
HingeLoss is a type of Loss. |
| L1Loss |
L1Loss calculates L1 loss between label and prediction. |
| L2Loss |
Calculates L2Loss between label and prediction, a.k.a.
|
| Loss |
Loss functions or Cost Functions to evaluate model predictions against true labels.
|
| SigmoidBinaryCrossEntropyLoss |
SigmoidBinaryCrossEntropyLoss is a type of Loss. |
| SingleShotDetectionLoss |
SingleShotDetectionLoss is an implementation of Loss. |
| SoftmaxCrossEntropyLoss |
SoftmaxCrossEntropyLoss is a type of Loss that calculates the softmax cross
entropy loss. |