CNN: How to implement features obtained by global max pooling into a regression later as output images?
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Hi,
I have modified the CNN structure, using the regression layer. As usual, we have to use the same size of images for input and output. As shown in the attachment, the actual image size should be 32x32 with 3 channels. But I want to use features obtained by global maximum pooling (GMP) for the input and output. All features would be 1x1x128.
Is there any way to implement 1x1x128 features acquired by GMP into the regression layer as output images?
1 comentario
Madhav Thakker
el 22 de Dic. de 2020
Editada: Madhav Thakker
el 22 de Dic. de 2020
Hi Sungkun,
Can you add the attachment object?
Respuestas (0)
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!