rapids-single-cell-examples icon indicating copy to clipboard operation
rapids-single-cell-examples copied to clipboard

RuntimeError: exception occured! when analysis using multigpu

Open 111kakaluote opened this issue 3 years ago • 2 comments

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 avatar Sep 26 '22 03:09 111kakaluote

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.

111kakaluote avatar Sep 26 '22 03:09 111kakaluote

I am running into the same issue as well.

alyhafez95 avatar May 15 '24 19:05 alyhafez95