Can I avoid image normalization in deep learning
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Mads
am 26 Mär. 2018
Kommentiert: Brian Derstine
am 9 Sep. 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 Kommentare
Brian Derstine
am 9 Sep. 2020
https://www.mathworks.com/help/deeplearning/ref/nnet.cnn.layer.imageinputlayer.html#d120e48025
Akzeptierte Antwort
Raphael Ruschel
am 15 Mai 2018
You can switch it off by declaring your input layer as follows imageInputLayer([size], 'Normalization','none')
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Image Data Workflows finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!