Can I avoid image normalization in deep learning

1 回表示 (過去 30 日間)
Mads
Mads 2018 年 3 月 26 日
コメント済み: Brian Derstine 2020 年 9 月 9 日
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 件のコメント
Mads
Mads 2018 年 3 月 27 日
Well how?
Brian Derstine
Brian Derstine 2020 年 9 月 9 日
https://www.mathworks.com/help/deeplearning/ref/nnet.cnn.layer.imageinputlayer.html#d120e48025

サインインしてコメントする。

採用された回答

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 Center および File ExchangeImage Data Workflows についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by