API symbolsnn
Copy
tensorplay.nn.functional.local_response_norm
- tensorplay.nn.functional.local_response_norm(input: TensorBase, size: int, alpha: float = 0.0001, beta: float = 0.75, k: float = 1.0) TensorBase[source]
Apply local response normalization over an input signal.
The input signal is composed of several input planes, where channels occupy the second dimension. Normalization is applied across channels.
See
LocalResponseNormfor details.
Help improve this page
Found an error, an unclear step, or a missing example?
Was this page helpful?
