thundersvm
thundersvm copied to clipboard
ThunderSVM: A Fast SVM Library on GPUs and CPUs
I get the following errors when building Microsoft Visual Studio Solution ``` Severity Code Description Project File Line Suppression State Error MSB6006 "cmd.exe" exited with code 1. thundersvm C:\Program Files...
Hello, I would like to use Thunder SVM for multidimensional regression, namely, my predicted values are 2 dimensional rather than 1 dimensional. LibSVM supports multidimensional regression. I was wondering, can...
Hi Guys, i get an error at following step from the installation-guide: _After you execute cmake .. -DBUILD_SHARED_LIBS=TRUE -G "Visual Studio 14 2015 Win64", you can find a project “thundersvm.sln“...
Hello, I met a problem when building thundersvm on my Ubuntu 20.04 workstation (gcc version: 7.5.0). I set up a virture environment using anaconda in which I install CUDA 10.2....
Does this code support code 12? I recently updated my cuda and I'm no longer able to run my code. Thank you
**Error message:** Scanning dependencies of target thundersvm [ 3%] Building CXX object src/thundersvm/CMakeFiles/thundersvm.dir/kernelmatrix.cpp.o /home/ismetdagli/concrete_tool_wear/thundersvm_cpu/src/thundersvm/kernelmatrix.cpp:7:10: fatal error: cusparse.h: No such file or directory 7 | #include | ^~~~~~~~~~~~ compilation terminated. make[2]:...
When i try to execute the make command on apple m1 i'm getting error that 'cusparse.h' is not found. How can i build the project without CUDA(GPU) support on mac?...
I used sklearn.svc and thundersvm.svc respectively, thundersvm was very fast to train compared to sklearn.svc, but the final training results were poor, sklearn.svc ended up with an acc of about...
I trained a ThunderSVM model in Google Colab and tested it and it seemed to work quite well. However, I believe it does not use the GPU when running locally....
--------------------------------------------------------------------------- FileNotFoundError Traceback (most recent call last) ~\AppData\Local\Temp/ipykernel_15480/1246353311.py in ----> 1 from thundersvm import SVC c:\users\\appdata\local\programs\python\python37\lib\site-packages\thundersvm\__init__.py in 8 """ 9 name = "thundersvm" ---> 10 from .thundersvm import * c:\users\\appdata\local\programs\python\python37\lib\site-packages\thundersvm\thundersvm.py...