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

RuntimeError: exception occured! when analysis using multigpu #100

Open
111kakaluote opened this issue Sep 26, 2022 · 2 comments
Open

RuntimeError: exception occured! when analysis using multigpu #100

111kakaluote opened this issue Sep 26, 2022 · 2 comments

Comments

@111kakaluote
Copy link

when I analysis 1 million cells collected by myself using multigpu, step of dask_sparse_arr.compute_chunk_sizes() is error. Error information is below:

cuml/linear_model/linear_regression.pyx in cuml.linear_model.linear_regression.LinearRegression.fit()
RuntimeError: exception occured! file=_deps/raft-src/cpp/include/raft/linalg/eig.cuh line=144: eig.cuh: eigensolver couldn't converge to a solution. This usually occurs when some of the features do not vary enough.
Obtained 64 stack frames

@111kakaluote
Copy link
Author

when I analysis 1 million cells collected by myself using multigpu, step of dask_sparse_arr.compute_chunk_sizes() is error. Error information is below:

cuml/linear_model/linear_regression.pyx in cuml.linear_model.linear_regression.LinearRegression.fit() RuntimeError: exception occured! file=_deps/raft-src/cpp/include/raft/linalg/eig.cuh line=144: eig.cuh: eigensolver couldn't converge to a solution. This usually occurs when some of the features do not vary enough. Obtained 64 stack frames

en, when I change HVG(highly variable genes) from 2000 to 4000, the problem did not recur.

@alyhafez95
Copy link

I am running into the same issue as well.

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

2 participants