nn_mixup_loss {luz} | R Documentation |
Loss to be used with callbacks_mixup()
.
Description
In the training phase, computes individual losses with regard to two targets, weights them item-wise, and averages the linear combinations to yield the mean batch loss. For validation and testing, defers to the passed-in loss.
Usage
nn_mixup_loss(loss)
Arguments
loss |
the underlying loss |
Details
It should be used together with luz_callback_mixup()
.
See Also
[Package luz version 0.4.0 Index]