Number of Layers in Googlenet

2 views (last 30 days)
NAVNEET NAYAN
NAVNEET NAYAN on 15 Jun 2022
Edited: NAVNEET NAYAN on 15 Jun 2022
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?

Accepted Answer

Chunru
Chunru on 15 Jun 2022
Edited: Chunru on 15 Jun 2022
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.

More Answers (0)

Categories

Find more on Introduction to Installation and Licensing in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!