-
Notifications
You must be signed in to change notification settings - Fork 27.7k
Warning with torch::nn::init::orthogonal_ with LibTorch 1.9.0 #60060
Copy link
Copy link
Closed
Labels
module: deprecationmodule: linear algebraIssues related to specialized linear algebra operations in PyTorch; includes matrix multiply matmulIssues related to specialized linear algebra operations in PyTorch; includes matrix multiply matmulmodule: nnRelated to torch.nnRelated to torch.nntriagedThis issue has been looked at a team member, and triaged and prioritized into an appropriate moduleThis issue has been looked at a team member, and triaged and prioritized into an appropriate module
Metadata
Metadata
Assignees
Labels
module: deprecationmodule: linear algebraIssues related to specialized linear algebra operations in PyTorch; includes matrix multiply matmulIssues related to specialized linear algebra operations in PyTorch; includes matrix multiply matmulmodule: nnRelated to torch.nnRelated to torch.nntriagedThis issue has been looked at a team member, and triaged and prioritized into an appropriate moduleThis issue has been looked at a team member, and triaged and prioritized into an appropriate module
🐛 Bug
Hi, it looks like
torch::nn::init::orthogonal_calls a deprecated function internally, which prints the following warning:To Reproduce
Compile and run the following script:
Expected behavior
No warning
Environment
conda,pip, source): Downloaded from pytorch.orgcc @jianyuh @nikitaved @pearu @mruberry @heitorschueroff @walterddr @IvanYashchuk @xwang233 @lezcano @albanD @jbschlosser