Commits


Xavier Dupré authored and GitHub committed b508c7236f9
Replace call to deprecated torch.norm (#16758) ### Description torch.norm is deprecated as mentioned in issue #16751. This PR replaces the call to torch.norm by the options suggested by torch documentation.