ccv
ccv copied to clipboard
dpmcreate crashing with invalid matrix dimensions
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?
hello.I have a problem #ifdef HAVE_LIBLINEAR #include <linear.h> #endif I need to download liblinear from other ?could you help me ?
@Bidski