How to implement 2D depthwise/seperable convolution layer in 2017b?
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Respuestas (0)
Ver también
Categorías
Más información sobre Image Data Workflows en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!