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

Elementwise max layer #654

Closed
to3i opened this issue Jul 9, 2014 · 1 comment
Closed

Elementwise max layer #654

to3i opened this issue Jul 9, 2014 · 1 comment

Comments

@to3i
Copy link
Contributor

to3i commented Jul 9, 2014

I want to use an Elementwise max layer in a caffe network. Looking at the available layers I could not find a suitable substitute. I wonder if someone has already done something in this direction, or has an idea how to go about implementing this type of layer in caffe.

My current plan is to use a concatenate layer followed by within-channel max pooling, even though, adding the within channel pooling feature seems a bit daunting to me. Is this a reasonable approach?

EDIT: I just realize I missed looking at the elementwise layer. Adding a max case is all I really need to do.

@jeffdonahue
Copy link
Contributor

EDIT: I just realize I missed looking at the elementwise layer. Adding a max case is all I really need to do.

Yup, that'd be my suggestion -- we'd welcome a PR if you implement this :)

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