Keraflow
Deep Learning for Python.
|
Constrain the weights along an axis pattern to have unit norm. More...
Public Member Functions | |
def | __init__ |
Constrain the weights along an axis pattern to have unit norm.
def keraflow.constraints.UnitNorm.__init__ | ( | self, | |
axis = 0 |
|||
) |
axis | int/list of int, axis pattern along which to calculate weight norms. Examples:
|