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

Backprop through the RoI layer #9

Open
himsR opened this issue Aug 21, 2017 · 3 comments
Open

Backprop through the RoI layer #9

himsR opened this issue Aug 21, 2017 · 3 comments

Comments

@himsR
Copy link

himsR commented Aug 21, 2017

Hi ,

Thanks for providing the roi pool layer in tensorflow. I have a question regarding the backprop. As we know all the ops in tensorflow are differentiable. I mean if I add an op in my graph tensorflow will be able to backprop through that op during the optimization process. Is your implementation of roi pool differentiable ?I mean if I add this in my graph do I need to worry about implementing the back propagation of gradients through this op?

Thanks

@chunguGuo
Copy link

Have you tried it? Did the back propagation work successfully when you ad this layer?

@tgrel
Copy link
Contributor

tgrel commented Nov 23, 2017

Yes, the operation is differentiable

@rteja1113
Copy link

I think in the forward pass, ROI pooling crops and pools, and in backward pass gradients are concatenated from different crops ?

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

4 participants