Get Started
API Reference
Developer Guides
deephyper.nas.losses.
selectLoss
Return the loss defined by name.
name (str) – a string referenced in DeepHyper, one referenced in keras or an attribute name to import.
a string suppossing it is referenced in the keras framework or a callable taking (y_true, y_pred) as inputs and returning a tensor.
str or callable