tf.keras.constraints.UnitNorm

View source on GitHub

Constrains the weights incident to each hidden unit to have unit norm.

Inherits From: Constraint

tf.keras.constraints.UnitNorm(
    axis=0
)

Arguments:

Methods

__call__

View source

__call__(
    w
)

Call self as a function.

get_config

View source

get_config()