Closed juancamilog closed 2 years ago
On pytorch 1.11, torch.triangular_solve is deprecated, which is used by the flows.transforms.OneByOneConvolution and flows.transforms.LULinear classes.
torch.triangular_solve
flows.transforms.OneByOneConvolution
flows.transforms.LULinear
Source: https://pytorch.org/docs/stable/generated/torch.triangular_solve.html
Closing because an existing PR (#57 ) already addresses this.
On pytorch 1.11,
torch.triangular_solve
is deprecated, which is used by theflows.transforms.OneByOneConvolution
andflows.transforms.LULinear
classes.Source: https://pytorch.org/docs/stable/generated/torch.triangular_solve.html