imageInputLayer Normalization - Data normalization options

조회 수: 10 (최근 30일)
Andrea Daou
Andrea Daou 2021년 8월 27일
댓글: Andrea Daou 2021년 9월 30일
Hello,
In layer = imageInputLayer(inputSize,Name,Value), it is mentioned that the Normalization value can take 'zerocenter', 'zscore', 'rescale-zero-one', etc.
When choosing 'rescale-zero-one' as a 'Normalization' value I am getting an error telling me that only 'zerocenter' and 'none' can be taken as input for 'Normalization'. I checked imageInputLayer function and it is correct only these options exist (I am using MATLAB R2019a).
Do the other options exist in other MATLAB versions? Is it possible to use them?
Thank you in advance for your help!

채택된 답변

Tomaso Cetto
Tomaso Cetto 2021년 9월 30일
편집: Tomaso Cetto 2021년 9월 30일
Hi Andrea,
The 'rescale-zero-one' normalization option was added in R2019b, so you would need to update to at least that release to be able to make use of it!
Tomaso

추가 답변 (1개)

yanqi liu
yanqi liu 2021년 9월 27일
sir,may be you should update MATLAB version, such as 2021
inputlayer = imageInputLayer([28 28 3],'Name','input', 'Normalization', 'rescale-zero-one')
inputlayer =
ImageInputLayer with properties: Name: 'input' InputSize: [28 28 3] Hyperparameters DataAugmentation: 'none' Normalization: 'rescale-zero-one' NormalizationDimension: 'auto' Max: [] Min: []
  댓글 수: 1
Andrea Daou
Andrea Daou 2021년 9월 28일
Okay I will try although I have MATLAB 2019a.
Thank you for your help.

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

카테고리

Help CenterFile Exchange에서 Image Data Workflows에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by