Effacer les filtres
Effacer les filtres

Number of Layers in Googlenet

4 vues (au cours des 30 derniers jours)
NAVNEET NAYAN
NAVNEET NAYAN le 15 Juin 2022
Modifié(e) : NAVNEET NAYAN le 15 Juin 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?

Réponse acceptée

Chunru
Chunru le 15 Juin 2022
Modifié(e) : Chunru le 15 Juin 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.
  1 commentaire
NAVNEET NAYAN
NAVNEET NAYAN le 15 Juin 2022
Modifié(e) : NAVNEET NAYAN le 15 Juin 2022
Thank You. I got the point.

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Introduction to Installation and Licensing dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by