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

Eltwise layer with inplace operation #11

Open
xieguotian opened this issue Mar 30, 2017 · 0 comments
Open

Eltwise layer with inplace operation #11

xieguotian opened this issue Mar 30, 2017 · 0 comments

Comments

@xieguotian
Copy link

I have a modified layer EltwiseLayer that do inplace operation in the first bottom data and top data. In this case , this layer can't be shown correctly. Can the code fix for this case, please?

layer {
bottom: "bn4_2"
bottom: "bn4a"
top: "bn4_2"
name: "res4_2"
type: "Eltwise"
}

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

1 participant