Skip to content

I met a problem when running VGPDStutorial.m,while I have installed all dependencies #6

@QianYuGeng

Description

@QianYuGeng

Error using *
Incorrect dimensions for matrix multiplication. Check that the number of columns in the first matrix
matches the number of rows in the second matrix. To operate on each element of the matrix
individually, use TIMES (.*) for elementwise multiplication.

Error in ppcaEmbed (line 53)
X = Ycentre*u(:, 1:dims)*diag(1./sqrt(v(1:dims)));

Error in vargplvmCreate (line 109)
X = initFunc(model.m, q);

Error in vargplvmEmbed2 (line 53)
model = vargplvmCreate(latentDim, d, Y, options);

Error in demToyDataVargplvm2 (line 53)
[~, ~, ~, ~, model] = vargplvmEmbed2(Y, latentDim, options, initVardistIters, itNo, true, optionsDyn);

Error in VGPDStutorial>scenario1 (line 85)
demToyDataVargplvm2 % Check this script

Error in VGPDStutorial (line 17)
model = scenario1;

Related documentation
image

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