We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The PyTorch examples in the Norms section of Preliminaries - Linear Algebra contain the usage of torch.norm.
Norms
torch.norm
According to torch docs torch.norm is deprecated and torch.linalg.vector/matrix_norm should be used.
torch.linalg.vector/matrix_norm
I can help in contributing to fixing the issue if this is indeed a problem
The text was updated successfully, but these errors were encountered:
Thanks @dhzdhd for raising the issue. Yeah, we'll welcome a PR with the fix that you already mention.
It would be great to check the usage of torch.norm throughout the book (search entire repo cmd+f) and replace wherever encountered.
Sorry, something went wrong.
Alright, i would like to work on this.
Unable to proceed due to d2l-ai/d2l-book#75
No branches or pull requests
The PyTorch examples in the
Norms
section of Preliminaries - Linear Algebra contain the usage oftorch.norm
.According to torch docs
torch.norm
is deprecated andtorch.linalg.vector/matrix_norm
should be used.I can help in contributing to fixing the issue if this is indeed a problem
The text was updated successfully, but these errors were encountered: