Can I avoid image normalization in deep learning

When I use trainNetwork() to run a deep learning job on a bunch of images. The second comment I'm reading after execution is that my images are being normalized:
Initializing image normalization.
Can I switch this off somewhere?

3 commentaires

Yes, but I don't recommend it Greg
Mads
Mads le 27 Mar 2018
Well how?
https://www.mathworks.com/help/deeplearning/ref/nnet.cnn.layer.imageinputlayer.html#d120e48025

Connectez-vous pour commenter.

 Réponse acceptée

Raphael Ruschel
Raphael Ruschel le 15 Mai 2018

1 vote

You can switch it off by declaring your input layer as follows imageInputLayer([size], 'Normalization','none')

Plus de réponses (0)

Catégories

En savoir plus sur Deep Learning Toolbox dans Centre d'aide et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by