Xtra-Computing / thundersvm

ThunderSVM: A Fast SVM Library on GPUs and CPUs
Apache License 2.0
1.55k stars 215 forks source link

performance #262

Open yuhangzhu4 opened 1 year ago

yuhangzhu4 commented 1 year ago

My original program is to generate different data sets in a loop, and each data set does svm.(matlab+libsvm+cpu) If I change to python+thundersvm+GPU,Will there be an increase in speed?