Keraflow
Deep Learning for Python.
|
Abstract optimizer base class. More...
Public Member Functions | |
def | __init__ |
Abstract optimizer base class.
def keraflow.optimizers.Optimizer.__init__ | ( | self, | |
clipnorm = None , |
|||
clipvalue = None |
|||
) |
clipnorm | float >= 0. Gradients will be clipped when their L2 norm exceeds this value. |
clipvalue | float >= 0. Gradients will be clipped when their absolute value exceeds this value. |