svm-gpu icon indicating copy to clipboard operation
svm-gpu copied to clipboard

I got an error when i use the example of readme

Open qiqzhang opened this issue 6 years ago • 3 comments

i use the code( Quick start in readme) with two computers both have the problem, scipy return an error as fellow:

def _optimal_eta_init(self):
     return 1 / scipy.linalg.eigh(xp.asnumpy(2 / self._n * xp.dot(self._K, self._K) + 2 * self._lambduh * self._K), eigvals=(self._n - 1, self._n - 1), eigvals_only=True)[0]

File "/anaconda3/lib/python3.6/site-packages/scipy/linalg/decomp.py" line 474 , in eigh raise LinAlgError("unrecoverable internal error")

qiqzhang avatar Dec 30 '18 07:12 qiqzhang

I have got the same error.

kornel45 avatar Jan 08 '19 11:01 kornel45

got the same error too

anasuna avatar Mar 27 '19 15:03 anasuna

Same error too

ralpyna avatar Jun 08 '23 01:06 ralpyna