Error when using globalAver​agePooling​2dLayer in CNN

1 visualización (últimos 30 días)
Nour Mohamed
Nour Mohamed el 7 de Sept. de 2020
Respondida: Madhav Thakker el 10 de Sept. de 2020
I am writing a CNN code for an image classification problem and I want to use global average pooling. I found the globalAveragePooling2dLayer in this link: https://www.mathworks.com/help/deeplearning/ref/nnet.cnn.layer.globalaveragepooling2dlayer.html
However, when I try to use it within my Layers array, I get the following error:
Undefined function or variable 'globalAveragePooling2dLayer'.
Error in cnn_trial (line 64)
globalAveragePooling2dLayer
I have the Neural Networks toolbox and I have used the average pooling layer before. How can I fix this issue?
Thank you,
  2 comentarios
Mohammad Sami
Mohammad Sami el 7 de Sept. de 2020
This layer is available from version R2019b and onwards. Which version are you using ?
Nour Mohamed
Nour Mohamed el 7 de Sept. de 2020
I am using R2018a version. Do I have to uninstall it and install the newer version?

Iniciar sesión para comentar.

Respuesta aceptada

Madhav Thakker
Madhav Thakker el 10 de Sept. de 2020
Hi Nour,
The globalAveragePooling2dLayer was introduced in R2019b. As you are using R2018a, you are facing the Undefined function error.
You cannot use tools from a recent release in an older release. Either, you can upgrade to a new release or you can install the newer version alongside the your older R2018a version.
Hope this helps.

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