Shortcuts

torch.nn.functional.local_response_norm

torch.nn.functional.local_response_norm(input, size, alpha=0.0001, beta=0.75, k=1.0)[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 LocalResponseNorm for details.

Return type

Tensor

Docs

Access comprehensive developer documentation for PyTorch

View Docs

Tutorials

Get in-depth tutorials for beginners and advanced developers

View Tutorials

Resources

Find development resources and get your questions answered

View Resources