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

Error in SAE of your code #159

Open
Wang-lei opened this issue Jan 5, 2016 · 1 comment
Open

Error in SAE of your code #159

Wang-lei opened this issue Jan 5, 2016 · 1 comment

Comments

@Wang-lei
Copy link

Wang-lei commented Jan 5, 2016

========> Error information in matlab as follows:

Attempted to access lmisys(4); index out of bounds because numel(lmisys)=3.

Error in lmiunpck (line 22)
rs=lmisys(4); rv=lmisys(5); % row sizes of LMISET,LMIVAR

Error in nnsetup (line 25)
[LMI_set,LMI_var,LMI_term,data]=lmiunpck(lmisys);

Error in saesetup (line 5)
sae.ae{u-1} = nnsetup([size(u-1) size(u) size(u-1)]);

Error in test_example_SAE (line 20)
sae = saesetup([784 100 ]);

@14353wangkai
Copy link

This error means you are using the default function in matlab, which is arisen by forgetting adding path of deeplearningtoobox

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

2 participants