API symbolsnn
Copy
tensorplay.nn.functional.normalize
- tensorplay.nn.functional.normalize(input, p=2, dim=1, eps=1e-12) Tensor[source]
Performs \(L_p\) normalization over the specified dimension — torch.nn.functional.normalize divides by clamp_min(norm, eps).
Help improve this page
Found an error, an unclear step, or a missing example?
Was this page helpful?
