- 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 ?
4 ビュー (過去 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!