Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Fix #2406: wrong thread blocks setting for PReLU #2414
Conversation
|
Thanks for the fix and cleanup @tnahari! |
jeffdonahue
added a commit
that referenced
this pull request
May 5, 2015
|
|
jeffdonahue |
40f6dff
|
jeffdonahue
merged commit 40f6dff
into
BVLC:master
May 5, 2015
1 check passed
continuous-integration/travis-ci/pr
The Travis CI build passed
Details
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
tnarihi commentedMay 4, 2015
This PR corrects the argument of
CAFFE_GET_BLOCKSfor parameter backward computation inPReLULayerpointed in #2406. This doesn't change anything numerically, but will speed up computation by removing redundant blocks. See 63ed23b for primary change in this PR.Some modification for readability is also made (4348c6f).
Thanks @mausoomsarkar for reporting!