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

Support Vector Machine (SVM) library for Python with GPU

Results 3 svm-gpu issues
Sort by recently updated
recently updated
newest added

I was wondering if it works with cuda 10.2?

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...

Does this project support cuda 12 and python 3.10 or is it unmaintained at this point ?