Undefined function or variable 'batchNormalizationLayer'.
Ältere Kommentare anzeigen
Hi everyone,
I want to run this code form MATLAB examples, however I get this error that "Undefined function or variable 'batchNormalizationLayer'."
The code is as follow which can also be found in https://nl.mathworks.com/help/nnet/ref/nnet.cnn.layer.batchnormalizationlayer.html :
layers = [
imageInputLayer([28 28 1])
convolution2dLayer(3,8,'Padding',1)
batchNormalizationLayer
reluLayer
maxPooling2dLayer(2,'Stride',2)
convolution2dLayer(3,16,'Padding',1)
batchNormalizationLayer
reluLayer
maxPooling2dLayer(2,'Stride',2)
convolution2dLayer(3,32,'Padding',1)
batchNormalizationLayer
reluLayer
fullyConnectedLayer(10)
softmaxLayer
classificationLayer];
Can someone tell me what is wrong?
Thank you in advance.
3 Kommentare
Ankita Bansal
am 6 Jun. 2018
Hi, check whether you have Neural Network Toolbox installed or not. And if you have then may be it's not installed properly. Try reinstalling it.
Kyana Shayan
am 6 Jun. 2018
Bashar Saad
am 4 Jun. 2019
Dear bro
I've same the problem did you solve it or not yet ?? if you solve it can you share me the file of the function??? thanks a lot
I'm waiting your response
Antworten (1)
Ankita Bansal
am 8 Jun. 2018
0 Stimmen
You can view all installed toolboxes using the Add-On Manager. To open the Add-On Manager, go to the Home tab and select Add-Ons > Manage Add-Ons.
1 Kommentar
Darshal Suka
am 24 Mai 2019
Hi, I have the toolbox installed but I still get this error. Any idea how I can solve this?
Kategorien
Mehr zu Deep Learning Toolbox finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!