Error on official example "Classify Videos Using Deep Learning"
1 回表示 (過去 30 日間)
古いコメントを表示
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?
0 件のコメント
回答 (2 件)
Steven Lord
2019 年 11 月 25 日
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.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Get Started with MATLAB についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!