Skip to content

instance_norm

Instance normalization.

This layer normalizes an input by following equation

i.e. applies a transformation that maintains the mean activation close to 0 and the activation standard deviation close to 1.


Parameter

  • epsilon : Number > 0.f, the default is 0.001.