-
-
Notifications
You must be signed in to change notification settings - Fork 127
Support groups in DenseConvDims #289
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
Merged
Merged
Changes from all commits
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
5ffabbc
add groups to DenseConvDims:
7db08a9
check dims match
e3f2816
groups -> groupcount
3c977ac
add check for groups
31f30ce
add groups to ConvDims
eb3b60d
assert both channels are divisible
cb80891
correct groups check
e5d3a03
correct name
b782848
check groups in various places
c4fe97f
pick groups with local memory
882c343
cleanup
115784b
working version
563488b
use non allocating version
50c5e89
use threads optionally
092c49b
eval nameof cdims
DhairyaLGandhi 6b439c0
spawn on conv
DhairyaLGandhi f0bb94d
explicitly return out
DhairyaLGandhi d660b20
check groupcount
DhairyaLGandhi a5bb54a
add depthwise dispatches
DhairyaLGandhi cf1b457
cleanup
DhairyaLGandhi de2a3cf
correct names
DhairyaLGandhi bba416b
add backwards pass support
DhairyaLGandhi 45663cf
add dense conv dims + groups tests
DhairyaLGandhi 8d1398c
Add grouped conv tests
DhairyaLGandhi 0c1dcff
fix tests
DhairyaLGandhi c95866f
fix tests
DhairyaLGandhi 0b1d843
reviews
DhairyaLGandhi b301225
conflicts
DhairyaLGandhi 4288612
Merge branch 'master' into dg/groups
DhairyaLGandhi b97574d
use basetype
DhairyaLGandhi 161d137
Merge branch 'dg/groups' of https://github.com/FluxML/NNlib.jl into d…
DhairyaLGandhi af16713
add even more tests
DhairyaLGandhi c6548b6
whitespace + docs
DhairyaLGandhi 80f70e1
reviews
DhairyaLGandhi e014700
revert channels_out
DhairyaLGandhi 618817d
whitespace
DhairyaLGandhi File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.