Can I avoid image normalization in deep learning

조회 수: 2 (최근 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 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