Hi, how to obtain the parameter number of the trained deep network in MATLAB ?

조회 수: 1 (최근 30일)
zhou lifan
zhou lifan 2022년 3월 27일
답변: Himanshu 2025년 1월 17일
Hi, how to obtain the parameter number of the trained deep network in MATLAB?

답변 (1개)

Himanshu
Himanshu 2025년 1월 17일
Hello,
I see that you are trying to obtain the parameter number using the `analyzeNetwork` function in MATLAB.
You can follow the below steps:
  1. Load your trained network into the MATLAB workspace.
  2. Call "analyzeNetwork(net)" to open the network analyzer.
  3. Review the "Learnable Parameters" column for each layer to see parameter counts.
  4. Sum the values in the "Learnable Parameters" column for the total parameter count.
I hope this helps.

카테고리

Help CenterFile Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by