ez_norm
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
description: 'layer ez_norm for configurable component'
---
# ez_norm layer
`ez_norm` is a custom normalization technique that uses a conv of the input by a linear projection of a style vector.
## Optional arguments
`style` - The name of the style vector to use. Defaults to "w"
## input size
Any 4-d tensor
## output size
Same as input size
## syntax