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
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})
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]);
The text was updated successfully, but these errors were encountered: