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

When rank is 70, it does not converge ······ #10

Open
zhibin-daily opened this issue Jul 19, 2016 · 3 comments
Open

When rank is 70, it does not converge ······ #10

zhibin-daily opened this issue Jul 19, 2016 · 3 comments

Comments

@zhibin-daily
Copy link

zhibin-daily commented Jul 19, 2016

Hi:
CuMF is very efficient. It is a amazing results.But I have three questions, the first is that RMSE does not converge when lambda is 0.05 and rank is 70,this is a very strange situation. The second is that should I process the matrix R into block form and Stored as CSR and CSC format before run the SU-ALS? The last is that can you send me the code of SU-ALS? I am very interested in this algorithm.

@wei-tan
Copy link
Member

wei-tan commented Jul 19, 2016

@zhibin-daily : we also noticed the issue of rank = 70, very recently. It is VERY strange and we are looking into it. AS for SU-ALS, depending on if you need model parallelism or data parallelism or both, you need to blocktize R from both CSC and CSRs. We use Python and numpy to do this before sending to GPUs. This part is not currently open sourced as we have not generalized it to deal with data of any size yet. But I can help if you have specific questions.

@Zialus
Copy link

Zialus commented Feb 18, 2019

Has there been any update on this issue?

@sh1ng
Copy link

sh1ng commented Mar 15, 2019

There's a race condition in get_hermitianT10 and get_hermitianT100.
It's fixed in h2oai/h2o4gpu#729 Also python binding is added and we are going to maintain and improve the algorithm.

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