depthwise_conv2
2D depthwise convolution.
This layer performs a depthwise spatial convolution which acts on each input channel separately.
Parameter
- padding : String, padding mode.
"same" and "valid" are compatible with Keras (TensorFlow).
"general" is compatible with Caffe. -
dilations : Integer(s), dilation ratios.
-
strides : Integers.