How could I get the "analyzeNetwok " function result?

2 vues (au cours des 30 derniers jours)
cui,xingxing
cui,xingxing le 16 Août 2019
I want to write a function about the deep network calculation FLOPs. I need to know the size and number of parameters of the feature map of each convolution layer, so that I can use FLOPs = H * W * C_o *(k * k * c_i + 1) Where H, W, and C_o represent the height, width, and number of channels of the output feature map, respectively, k, c_i are the convolution kernel size of the input, and the number of input channels. Then get the calculation amount of each layer, but then I found that the analyzeNetwork function can only output the display, can not get its table, I would like to ask if there is any good solution, thank you!
QQ截图20190816221317.png

Réponses (0)

Catégories

En savoir plus sur Image Data Workflows dans Help Center et File Exchange

Produits


Version

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by