Anybody has used cuSVM?

a cuda version SVM with matlab wrapper here [url=“http://patternsonascreen.net/cuSVM.rar”]http://patternsonascreen.net/cuSVM.rar[/url]

when i try to compile the cuSVMTrain, met more than one hundred problems related to inline, vector template and etc. issures.

However the compile and build the other project cuSVMPredict works perfect.

Has anybody tried that, know why that happened.

Thanks!

Ok, problem solved,

I think using namespace std is needed here. :">

I had the same issue but finally got it to work. Two ‘.mexw64’ files were made (one for cuSVMPredict and one for cuSVMTrain), but I am not sure how to get them to run…

In the property pages of cuSVMTrain → Configuration Properties → General → Configuration Type, should it be a Dynamic Library (.dll) or Application (.exe)? The cuSVMPredict was a Dynamic Library.

Please let me know how you got cuSVM to run properly.

Thanks!

I had the same issue but finally got it to work. Two ‘.mexw64’ files were made (one for cuSVMPredict and one for cuSVMTrain), but I am not sure how to get them to run…

In the property pages of cuSVMTrain → Configuration Properties → General → Configuration Type, should it be a Dynamic Library (.dll) or Application (.exe)? The cuSVMPredict was a Dynamic Library.

Please let me know how you got cuSVM to run properly.

Thanks!

same problem… you guys try multisvm?

same problem… you guys try multisvm?