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.MaxNorm.__init__ | ( | self, | |
m = 2 , |
|||
axis = 0 |
|||
) |
m | float. The target max norm. |
axis | int/list of int, axis pattern along which to calculate weight norms. Examples:
|