-
Notifications
You must be signed in to change notification settings - Fork 34
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
Problem in HPC+warning: chol(): given matrix is not symmetric #371
Comments
Hard to say. If you put future::plan(sequential), parallelization is disabled so at least the "Error in unserialize(node$con)" should not occur. The chol() warning suggests that some of your columns are (close to) linearly dependent on other columns (you may check this by checking whether some of the eigenvalues of your training data matrix are negative or close to zero. |
Hi Martin, 1- I remove this library "future" and try to run it on HPC with 12 cores and 200Gb memory. It cannot give me an output. Do you suggest we should have HPCs with more than 200GB memory?
Thanks in advance |
200gb RAM is more than enough. There is probably some other issue with your data. You can send them to me on [email protected] and might be able to take a look at it some time next week. I promises, though. |
Dear @martinju, Hope you are doing well; Kind regards, |
I can't reproduce this with the latest version of shapr from github. Everything works as intended. Results and script sent by personal email. |
Hello,
I use SHAPR package in my project and run it on HPC, I see an error when I set
n_batches=10
, and memory =100 Gb and 1 node :warning: chol(): given matrix is not symmetric
Also, I set
n_batches=10
, and memory =200 Gb and 10 nodes, again the error occurred:In my code, I put/remove this library but the problem is not solved :
Please let me know what is wrong in my code?
Thanks
The text was updated successfully, but these errors were encountered: