-
Notifications
You must be signed in to change notification settings - Fork 78
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
Distconv channelwise softmax #2148
base: develop
Are you sure you want to change the base?
Conversation
195cdea
to
53b2eef
Compare
b7de275
to
8ded742
Compare
@szaman19 I have fixed the conflicts through the browser interface since attempting to rebase the PR caused some amount of heartburn. Please take a look. |
d736a53
to
a41d3f7
Compare
@bvanessen @tbennun @benson31 Compilation errors should all be fixed. The CI test is currently passing on Lassen. |
5849d4e
to
0563472
Compare
ci_test/unit_tests/test_unit_layer_channelwise_softmax_distconv.py
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
minor changes
include/lbann/layers/misc/distconv/distconv_channelwise_softmax.hpp
Outdated
Show resolved
Hide resolved
- Adding boilerplate for distconv adapter - Updated CMakeLists to correct file type
- Updated forward impls for both non-distconv and distconv channelwise_softmax
- CI test failing
…conv is enabled - Updated ReleaseNotes
- Currently building and linking
- CI test passing on Lassen
…v.py Co-authored-by: Brian Van Essen <[email protected]>
7847e7b
to
66f5ee3
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One comment, otherwise LGTM
Adds distconv support for the channelwise softmax layer.
Should wait till #2145 is merged.