add_custom_loss
code_loader.leap_binder.add_custom_loss
The purpose of the leap_binder.add_custom_loss
function is to register the Custom Loss Function(s) to be used within the platform. This function adds the custom loss function to the selection list within the CustomLoss node.
Args | |
---|---|
| (CustomCallableInterface) This parameter points to the custom Loss Function. |
| (str) with the given name of the custom loss. |
Examples
Basic Usage
Last updated