Number of Layers in Googlenet
2 ビュー (過去 30 日間)
古いコメントを表示
We know that number of layers in Googlenet is 22. But, when I use it in MATLAB and write the following line of code
analyzeNetwork(googlenet)
a window pops up showing 144 layers.
Can someone please explain the reason behind this?
0 件のコメント
採用された回答
Chunru
2022 年 6 月 15 日
編集済み: Chunru
2022 年 6 月 15 日
The definition of layers in general literature is different from that of MATLAB layers. For example, the usual "convolution" layer for googlenet in general literature may consists of data layer+conv1 layer+conv1-relu layers in MATLAB. MATLAB layers tend to be finer than the general layers in DNN.
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Image Data Workflows についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!