- Load your trained network into the MATLAB workspace.
- Call "analyzeNetwork(net)" to open the network analyzer.
- Review the "Learnable Parameters" column for each layer to see parameter counts.
- Sum the values in the "Learnable Parameters" column for the total parameter count.
Hi, how to obtain the parameter number of the trained deep network in MATLAB ?
조회 수: 1 (최근 30일)
이전 댓글 표시
Hi, how to obtain the parameter number of the trained deep network in MATLAB?
댓글 수: 0
답변 (1개)
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:
I hope this helps.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!