How to implement 2D depthwise/seperable convolution layer in 2017b?
2 views (last 30 days)
Show older comments
Hi!
I want to know, if anyone has an idea how to create a custom depthwise or seperable convolutionlayer with Matlab with the methods described here.
We have PCT and MDCS Licenses for 2017b and therefore I cannot use 2019b, where those layers are available. I was now thinking about implementing a custom layer which perfoms depthwise and pointwise convolution like the corespondig Keras layer seperable_conv2d. But at the moment I have no idea how to start.
I have sensordata timeseries and I want one kernel convolving over dimension "time" and the other convolving over dimension "sensors".
Can anybody help me?
Thanks!
0 Comments
Answers (0)
See Also
Categories
Find more on Image 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!