Convolution outside training network

2 visualizaciones (últimos 30 días)
simone cammarasana
simone cammarasana el 9 de Dic. de 2020
Respondida: Srivardhan Gadila el 15 de Dic. de 2020
Hello,
I was wondering how I can apply the convolution 2D operation, as performed in learning networks, without the training phase.
I just would like to replicate the convolution operation.
For example, if I want to map an m x n x u tensor into a m x n x v tensor, how can I perform such operation?
I guess I could apply the convn operator, but I do not know how to properly use it.
Thanks
Simone

Respuesta aceptada

Srivardhan Gadila
Srivardhan Gadila el 15 de Dic. de 2020
You can use the dlconv operator. Refer to its documentation for more information. For other Deep Learning Operators refer to Deep Learning Operations.

Más respuestas (0)

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!

Translated by