필터 지우기
필터 지우기

Number of Layers in Googlenet

조회 수: 4 (최근 30일)
NAVNEET NAYAN
NAVNEET NAYAN 2022년 6월 15일
편집: NAVNEET NAYAN 2022년 6월 15일
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?

채택된 답변

Chunru
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.
  댓글 수: 1
NAVNEET NAYAN
NAVNEET NAYAN 2022년 6월 15일
편집: NAVNEET NAYAN 2022년 6월 15일
Thank You. I got the point.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by