-
Notifications
You must be signed in to change notification settings - Fork 18.7k
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
merged pull#1271 for locally connected layer #3068
Conversation
👍 Hope this gets merged! |
Is it possible to merge this to master ? |
would love to see this merged into master! |
Thanks for bringing it up to date. Glad to know it was useful to others! I haven't been actively working on this recently but would be happy to pick it up again. We should probably get rid of the test filler from https://github.com/BVLC/caffe/pull/3068/files#diff-01bba204a2be65f3a1e5d5ba33b8b077R81 ..was useful during debugging, but the operation performed by that filler could be moved into the test itself. |
Could somebody please resolve the conflicts and merge this? |
We're offering a bounty to anyone willing to complete the remaining work on this pull request. See caffe-users for details: https://groups.google.com/forum/#!topic/caffe-users/N50S97Mw2VQ |
Would be REALLY excited to see this merged! My project needs this! |
I hope it can be merged. |
Me too. But here is the thing: commits must be rebased (just one commit per author), and an optimization in CUDA is expected (I hope BVLC will accept it without it though, so that at least people can use it, and then anyone can improve) #4251. I hadn't time to finish this, and I won't be able to complete it before months. So... if anyone is up for rebasing, you are welcome :) |
Closing this. Because caffe has everything needed to implement locally connected layer. Check the following layer combinations:
There may be mistakes, but you got the idea. |
The idea is good! BTW, shouldn't there be a |
@raingo, I wasn't able to implement the combination you proposed. |
Merge #1271 to master branch. Everything is copied from there, except some little adjustments for the master branch
@jackculpepper, @shelhamer please have a look.