Can I avoid image normalization in deep learning

3 次查看(过去 30 天)
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?

采纳的回答

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

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Image Data Workflows 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by