- 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 ?
3 次查看(过去 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!