You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 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
The text was updated successfully, but these errors were encountered: