How to set the size of weights memory when convolution‘s groups is not equal to 1.
Closed this issue · 1 comments
TimingGu commented
Hi,
As described in the example MNIST network, the size of convolution's weights memory is set to { out_channels, in_channels, kernel_size, kernel_size} when groups is 1. My questions is when groups is not 1, the size is still the same?
Thanks.
TimingGu commented
Already found the answer in test file.