Error on official example "Classify Videos Using Deep Learning"

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
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
dinos adamakos 2019 年 12 月 12 日
編集済み: dinos adamakos 2019 年 12 月 12 日

0 投票

I use 2019a . And the example is official matlab example at the page i have written above.
So i guess when writting examples , matlab should state those things for compatibility, which involves even so recent versions, let along past ones

カテゴリ

ヘルプ センター および File ExchangeDeep Learning Toolbox についてさらに検索

製品

質問済み:

2019 年 11 月 25 日

編集済み:

2019 年 12 月 12 日

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by