Hi, how to obtain the parameter number of the trained deep network in MATLAB ?
Mostrar comentarios más antiguos
Hi, how to obtain the parameter number of the trained deep network in MATLAB?
Respuestas (1)
Himanshu
el 17 de En. de 2025
0 votos
Hello,
I see that you are trying to obtain the parameter number using the `analyzeNetwork` function in MATLAB.
You can follow the below steps:
- 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.
I hope this helps.
Categorías
Más información sobre Deep Learning Toolbox en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!