Close
Sidebar
Search tutorials
Get Started
Documentation
XCurve.Losses.OpenAUC
We specify the model, the loss function, and the optimizer. To generate open-set samples by the manifold mixup technique, a wrapper model, which will return the manifold, is defined inXCurve.OpenAUC.models.wrapper_classes
. Besides, we define the loss StandardOpenAUCLoss
, whose essential parameters are explained below:
CLASS StandardOpenAUCLoss(loss_close, alpha=2, lambda=0.05) [SOURCE]
|
This parameter specifies the loss function for close-set samples; This parameter specifies the beta distribution that generate the ratio for manifold mixup. This parameter spcifies the hyper-parameter to balance the close-set loss and the open-set loss. |
---|