Hi,
I have been working through the demo code for the Jura dataset as it is a similar structure to my own data. I am able to run the code and create the initial model, but discover an error when training the model using 'multigpOptimise'. The error appears to relate to the computation of the model's gradients w.r.t log likelihood using 'modelLogLikeGradients'. The issue seems to be that the dimension of the gradients, 'g', and the dimension of the 'model.paramGroups' are not compatible for matrix multiplication as 'g' only contains 17 columns in comparison to the 20 rows withing 'model.paramGroups'.
The same issue occurs when using my own data. Are you aware of any way that this issue can be fixed?
Thanks
Hi,
I have been working through the demo code for the Jura dataset as it is a similar structure to my own data. I am able to run the code and create the initial model, but discover an error when training the model using 'multigpOptimise'. The error appears to relate to the computation of the model's gradients w.r.t log likelihood using 'modelLogLikeGradients'. The issue seems to be that the dimension of the gradients, 'g', and the dimension of the 'model.paramGroups' are not compatible for matrix multiplication as 'g' only contains 17 columns in comparison to the 20 rows withing 'model.paramGroups'.
The same issue occurs when using my own data. Are you aware of any way that this issue can be fixed?
Thanks