How could I get the "analyzeNetwok " function result?

2 views (last 30 days)
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

Answers (0)

Products


Release

R2019a

Community Treasure Hunt

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

Start Hunting!