ccv icon indicating copy to clipboard operation
ccv copied to clipboard

dpmcreate crashing with invalid matrix dimensions

Open Bidski opened this issue 9 years ago • 1 comments

In the final stages of training a model I receive one of the following errors from gsl gsl: svd.c:285: ERROR: svd of MxN matrix, M<N, is not implemented gsl: init_source.c:29: ERROR: matrix dimension n1 must be positive integer

I think these conditions should be checked for so that the program exits cleanly (rather than crashing with a core dump).

Also, what can I do to try and prevent these errors from occurring?

Bidski avatar Feb 05 '17 22:02 Bidski

hello.I have a problem #ifdef HAVE_LIBLINEAR #include <linear.h> #endif I need to download liblinear from other ?could you help me ?

@Bidski

rainbow0727 avatar May 15 '17 02:05 rainbow0727