Closed jibaneza closed 4 years ago
Yeah, that would do it. It shouldn't be hardcoding it to that. @ludoro what's the issue here? Should it really just be doing val'
?
Nice catch @jibaneza, thanks a lot. The problem with val'
is that the library LIBSVM I am calling gives weird problems with adjoints, so I need to "build" the right array manually to be able to use that. That should now be fixed with #90
I get a reshape error when evaluation the generated model because the code assumes the size of the input variables to be (1,2) in line 35 of SVMSurrogate.jl