is there depthwise convolution layer in matlab ?

5 views (last 30 days)
I am trying to build Xception Net from scratch, but I could not find the support layer or any equivalent layer to the depthwise convolution layer.

Answers (3)

Image Analyst
Image Analyst on 5 Nov 2018
Try convn().

Redha Almahdi
Redha Almahdi on 9 Nov 2018
The convolution layer is different than convn() command. The convolution layer should have forward and backpropagation which has weights and bias to update.
Thanks,

rui an
rui an on 26 Aug 2021
i also want to know this question

Categories

Find more on Sequence and Numeric Feature Data Workflows in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!