pytorch L2 norm

进行L2norm,i.e., 计算范数,除以范数。

torch.nn.functional.normalize(feature, p=2, dim=1)
```

你可能感兴趣的:(pytorch,python)