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

Please reply as soon as possible because the project is delivered on Sunday. #166

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

Comments

@DuhaGoleeb
Copy link

using this code to predicted labels .
%% load
load cnn
load test_x
%% test
net = cnnff(cnn,test_x);
[~, h] = max(net.o);
disp(h);

got this errors

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

@wajihullahbaig
Copy link

refer to #167

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