Can I avoid image normalization in deep learning
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
Mads
il 26 Mar 2018
Commentato: Brian Derstine
il 9 Set 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 Commenti
Brian Derstine
il 9 Set 2020
https://www.mathworks.com/help/deeplearning/ref/nnet.cnn.layer.imageinputlayer.html#d120e48025
Risposta accettata
Raphael Ruschel
il 15 Mag 2018
You can switch it off by declaring your input layer as follows imageInputLayer([size], 'Normalization','none')
0 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Deep Learning Toolbox in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!