I want to create a neural network with a locally connected layer but without summation over the 3rd dimension (colors) of the inputs.
I saw in the docs of LocallyConnected2D that there is no “group” argument as in the conv2d.
Is there a way to do that?