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 #167

Open
marahalfaki opened this issue Oct 19, 2016 · 1 comment
Open

error #167

marahalfaki opened this issue Oct 19, 2016 · 1 comment

Comments

@marahalfaki
Copy link

Error using -
Matrix dimensions must agree.

Error in cnnff (line 11)
z = zeros(size(net.layers{l - 1}.a{1}) - [net.layers{l}.kernelsize - 1
net.layers{l}.kernelsize - 1 0]);

@wajihullahbaig
Copy link

It is too vague to understand, may be you need to show how you setup the neural network. Make sure the term [net.layers{l}.kernelsize - 1 net.layers{l}.kernelsize - 1 0] has the same dimension as size(net.layers{l - 1}.a{1})

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