why does depthwise convolution has condition num_filters % num_channels instead of ==?
Created by: sfraczek
Hi,
Regarding this:
https://github.com/PaddlePaddle/Paddle/blob/a3efba176c65fed4553cdccdb1b0d9f57f9b97ab/python/paddle/fluid/layers/nn.py#L1594
I would like to know why is this condition not num_filters == num_channels
?