Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
QianYuGeng opened this issue Dec 23, 2023 · 0 comments

Comments

@QianYuGeng
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant