Skip to content

Add Full Support for the groups Argument for Convolutional Layers #107

@coreylammie

Description

@coreylammie

Currently, all convolutional layer types support groups=1 and groups=in_channels operation modes. Support should be added for groups=2, where the operation becomes equivalent to having two conv layers side by side, each seeing half the input channels and producing half the output channels, and both subsequently concatenated.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions