Error on official example "Classify Videos Using Deep Learning"
Ältere Kommentare anzeigen
At official example https://www.mathworks.com/help/deeplearning/examples/classify-videos-using-deep-learning.html
at line
averageImage = netCNN.Layers(1).Mean;
I get an error that there is no Mean property there. I think the correct is .AverageImage.
Is this correct?
Antworten (2)
Steven Lord
am 25 Nov. 2019
0 Stimmen
Which release are you using? The Release Notes for the most recent release (release R2019b as I type this) states that "AverageImage property of imageInputLayer and image3dInputLayer will be removed" and recommends using Mean instead.
dinos adamakos
am 12 Dez. 2019
Bearbeitet: dinos adamakos
am 12 Dez. 2019
0 Stimmen
Kategorien
Mehr zu Deep Learning Toolbox finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!