Can I avoid image normalization in deep learning

2 visualizaciones (últimos 30 días)
Mads
Mads el 26 de Mzo. de 2018
Comentada: Brian Derstine el 9 de Sept. de 2020
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 comentarios
Mads
Mads el 27 de Mzo. de 2018
Well how?
Brian Derstine
Brian Derstine el 9 de Sept. de 2020
https://www.mathworks.com/help/deeplearning/ref/nnet.cnn.layer.imageinputlayer.html#d120e48025

Iniciar sesión para comentar.

Respuesta aceptada

Raphael Ruschel
Raphael Ruschel el 15 de Mayo de 2018
You can switch it off by declaring your input layer as follows imageInputLayer([size], 'Normalization','none')

Más respuestas (0)

Categorías

Más información sobre Image Data Workflows en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by