Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Set propagate_down=true to force backprop to a particular bottom #3942
Conversation
|
Thanks Jeff, this looks good except that the proto comment for |
shelhamer
added the
enhancement
label
Apr 4, 2016
|
Thanks for the review Evan! Proto comment updated. |
jeffdonahue
merged commit 843575e
into
BVLC:master
Apr 5, 2016
1 check was pending
continuous-integration/travis-ci/pr
The Travis CI build is in progress
Details
jeffdonahue
deleted the
jeffdonahue:propagate-down-true branch
Apr 5, 2016
myfavouritekk
added a commit
to myfavouritekk/caffe
that referenced
this pull request
Aug 15, 2016
|
|
myfavouritekk |
3461901
|
fxbit
added a commit
to Yodigram/caffe
that referenced
this pull request
Sep 1, 2016
|
|
jeffdonahue + fxbit |
08cc2c4
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
jeffdonahue commentedApr 4, 2016
Currently setting propagate_down=true has no effect -- only setting propagate_down=false has an effect (disabling backpropagation when it would otherwise be enabled). This PR changes the behavior of propagate_down=true -- if set, backpropagation is forced even if it's not needed, sort of like a per-bottom
force_backward=truesetting.