Layer factory function to create a Droppo self-stabilizer. It multiplies its input with a scalar that is learned. This takes enable_self_stabilization as a flag that allows to disable itself. Useful if this is a global default.
Stabilizer(steepness = 4, enable_self_stabilization = TRUE, name = "")
name | string (optional) the name of the Function instance in the network |
---|