Skip to content
New issue

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

fixing the torch.gesv in utils_torch_filter.py #71

Open
jihojeong opened this issue Jan 15, 2022 · 3 comments
Open

fixing the torch.gesv in utils_torch_filter.py #71

jihojeong opened this issue Jan 15, 2022 · 3 comments

Comments

@jihojeong
Copy link

Hello, meanwhile I was trying to compile, I have noticed that "torch.gesv" was used in the utils_torch_filter.py, and it is not supported by pytorch anymore. Hence, I was trying to replace it with torch.solve, and it is deprecated as well. Anyone has an idea to handle this?

@Rajat-Arora
Copy link

@jihojeong were you able to figure it out?

@thomasya
Copy link

try

Kt = torch.linalg.solve(S, P.mm(H.t()).t())

@robocar2018
Copy link

@thomasya. Nice, thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants