Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information