ImageInputLayer Error in deep learning toolbox
Show older comments
Hi there!
I would be thankful for any help. I faced with this error:
Error using dlnetwork (line 117)
Invalid network.
Caused by:
Layer 'input': Empty Mean property. For an image input layer with 'zerocenter' normalization, specify a nonempty value
for the Mean property.
I used following syntax of this page: https://nl.mathworks.com/help/deeplearning/ref/nnet.cnn.layer.imageinputlayer.html
inputlayer = imageInputLayer([28 28 3],'Name','input')
Why in my case, it needs to determine the "Mean" while in that example the Mean=[] did not make a problem?
Accepted Answer
More Answers (0)
Categories
Find more on Deep Learning Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!