Can I avoid image normalization in deep learning
2 次查看(过去 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?
3 个评论
Brian Derstine
2020-9-9
https://www.mathworks.com/help/deeplearning/ref/nnet.cnn.layer.imageinputlayer.html#d120e48025
采纳的回答
Raphael Ruschel
2018-5-15
You can switch it off by declaring your input layer as follows imageInputLayer([size], 'Normalization','none')
0 个评论
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Image Data Workflows 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!