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

The version of matconvnet #14

Open
caiqi opened this issue Aug 7, 2016 · 2 comments
Open

The version of matconvnet #14

caiqi opened this issue Aug 7, 2016 · 2 comments

Comments

@caiqi
Copy link

caiqi commented Aug 7, 2016

What's the version you are using for this project? I tried the newest version but it failed with the error:

Error in vl_simplenn (line 182)
res(i+1).x = vl_nnconv(res(i).x, l.weights{1}, l.weights{2}, 'pad', l.pad, 'stride', l.stride) ;

Thanks!

@layumi
Copy link
Owner

layumi commented Aug 8, 2016

@caiqi It's easy to solve. The matconvnet use two different name.
weights{1} weights{2} and filters bias
You may set a break point and see what to replace them

@caiqi
Copy link
Author

caiqi commented Aug 8, 2016

Thanks!

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