Can I avoid image normalization in deep learning
1 回表示 (過去 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!