svm-gpu
svm-gpu copied to clipboard
I got an error when i use the example of readme
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")
I have got the same error.
got the same error too
Same error too