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

3 vues (au cours des 30 derniers jours)
zhou lifan
zhou lifan le 27 Mar 2022
Hi, how to obtain the parameter number of the trained deep network in MATLAB?

Réponses (1)

Himanshu
Himanshu le 17 Jan 2025
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.

Catégories

En savoir plus sur Deep Learning Toolbox dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by