SheffieldML / GPc

Gaussian process code in C++ including some implementations of GP-LVM and IVM.
MIT License
67 stars 28 forks source link

Matrix properties check failed #5

Open sinanmut opened 8 years ago

sinanmut commented 8 years ago

Hi,

I am trying to use GPc library for the GPLVM, but when I try to run it with the dynamic model it gives an error (-D rbf -g 0.01 -dr 20). I tryied to debug it, but couldn't find the reason. Also it gives a matrix dimenstion error if it runs with -c flag.

$ ./gplvm -v 3 learn -L true -D rbf -g 0.01 -dr 20 examples/swagger.svml swagger_dynamics.model

Thanks a lot.

Best,