Undefined function or variable 'batchNorm​alizationL​ayer'.

조회 수: 1 (최근 30일)
Kyana Shayan
Kyana Shayan 2018년 6월 6일
댓글: Bashar Saad 2019년 6월 4일
Hi everyone,
I want to run this code form MATLAB examples, however I get this error that "Undefined function or variable 'batchNormalizationLayer'."
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
Kyana Shayan
Kyana Shayan 2018년 6월 6일
thanks. how can I check that? I have a student Matlab.
Bashar Saad
Bashar Saad 2019년 6월 4일
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

댓글을 달려면 로그인하십시오.

답변 (1개)

Ankita Bansal
Ankita Bansal 2018년 6월 8일
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
Darshal Suka
Darshal Suka 2019년 5월 24일
Hi, I have the toolbox installed but I still get this error. Any idea how I can solve this?

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by