Can I avoid image normalization in deep learning

2 views (last 30 days)
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?

Accepted Answer

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

More Answers (0)

Community Treasure Hunt

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

Start Hunting!