You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sadly, the function to_linear_operator does not seem to support pykeops torch lazy tensors. Maybe there is another way from linear_operator that I am not aware of.
Happy new year! I was wondering if you had some news about the eigendecomposition of torch lazy tensors ?
This would be an amazing feature for the TorchDR library that uses KeOps for handling large affinity matrices on the GPU : https://github.com/torchdr/torchdr/
Hello,
Thanks for the great library!
I am trying to perform the eigendecomposition of a torch LazyTensor. The following is a slight adaptation of the code in https://www.kernel-operations.io/keops/_auto_tutorials/backends/plot_scipy.html
I simply converted the input data to torch to retrieve a pykeops.torch.LazyTensor
This does not seem to work and throws an error from scipy/sparse/linalg/_eigen/arpack/arpack.py .
If you have some guidance it would be very helpful.
Thanks a lot.
The text was updated successfully, but these errors were encountered: