Error on official example "Classify Videos Using Deep Learning"
显示 更早的评论
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?
回答(2 个)
Steven Lord
2019-11-25
0 个投票
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
2019-12-12
编辑:dinos adamakos
2019-12-12
0 个投票
类别
在 帮助中心 和 File Exchange 中查找有关 Deep Learning Toolbox 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!