neural-api icon indicating copy to clipboard operation
neural-api copied to clipboard

Add kEffNet 1.0 building block.

Open joaopauloschuler opened this issue 2 years ago • 2 comments

Add kEffNet 1.0 building block described on the paper "Grouped Pointwise Convolutions Significantly Reduces Parameters in EfficientNet".

joaopauloschuler avatar Aug 26 '21 03:08 joaopauloschuler

Just curious. Is the kEffNet building block capable of adding a 1D signal or is the convolution always 2D?

mikerabat avatar Apr 29 '22 09:04 mikerabat

Good question. This building block is described in these 2 papers:

If your input has the 1x1xC shape (C is the number of channels), you can use this building block replacing dense layers.

joaopauloschuler avatar Apr 29 '22 15:04 joaopauloschuler