Depthwise Separable convolutions consists in performing just the first step
in a depthwise spatial convolution (which acts on each input channel
separately). The depthMultiplier argument controls how many output channels
are generated per input channel in the depthwise step.
Depthwise separable 2D convolution.
Depthwise Separable convolutions consists in performing just the first step in a depthwise spatial convolution (which acts on each input channel separately). The
depthMultiplier
argument controls how many output channels are generated per input channel in the depthwise step.