Skip to content

Error with training of model for Jura dataset #12

Description

@mc19952004

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions