How could I get the "analyzeNetwok " function result?

2 visualizaciones (últimos 30 días)
cui,xingxing
cui,xingxing el 16 de Ag. de 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

Respuestas (0)

Categorías

Más información sobre Image Data Workflows en Help Center y File Exchange.

Productos


Versión

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by