jlibsvm icon indicating copy to clipboard operation
jlibsvm copied to clipboard

Unable to load file

Open rienheuver opened this issue 9 years ago • 0 comments

Hey there,

I've been trying to implement this library and also to use the provided svm_train and svm_predict methods, but it's not working. The training seems to work out, I'm getting model-files in my directory. However, when I try svm_predict with that model file it doesn't work. I also tried to implement the predicting myself, but it seems to break on SolutionModel.identifyTypeAndLoad. Exception in thread "main" edu.berkeley.compbio.jlibsvm.SvmException: Unable to load file faceSpoofing.data.model

Can someone help me out with this or fix this in the directory? If someone can tell me what's wrong I wouldn't mind fixing it myself and doing a pull request either.

rienheuver avatar Jan 06 '16 15:01 rienheuver