imageInputLayer Normalization - Data normalization options
5 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Andrea Daou
le 27 Août 2021
Commenté : Andrea Daou
le 30 Sep 2021
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!
0 commentaires
Réponse acceptée
Tomaso Cetto
le 30 Sep 2021
Modifié(e) : Tomaso Cetto
le 30 Sep 2021
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
Plus de réponses (1)
yanqi liu
le 27 Sep 2021
sir,may be you should update MATLAB version, such as 2021
inputlayer = imageInputLayer([28 28 3],'Name','input', 'Normalization', 'rescale-zero-one')
Voir également
Catégories
En savoir plus sur Deep Learning Toolbox dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!