-
Notifications
You must be signed in to change notification settings - Fork 194
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
[BUG] Accuracy of lanczos solver. #313
Comments
This issue has been labeled |
This issue has been labeled |
I'm working on it. |
This issue has been labeled |
Linking #379 |
This issue has been labeled |
This issue has been labeled |
@trivialfis is this something we might be able to prioritize for 22.08? There is also a plan to start integrating lbfgs into cupy so it might make for a good theme to do some improvements to our solvers in 22.08/2.10 timeframe. |
This issue has been labeled |
This is a tracking issue for the accuracy of Lanczos solver. During the development of the spectral embedding interface for cuml, I compared the eigen solver between raft and scipy
eigsh
with a normalized Laplacian matrix as input. The result from raft solver is off for some cases. At the end, I have pasted a 16x16 example COO matrix extracted out from spectral embedding.Related: rapidsai/cuml#3864 rapidsai/cuml#263
The text was updated successfully, but these errors were encountered: