How could I get the "analyzeNetwok " function result?

조회 수: 2 (최근 30일)
cui,xingxing
cui,xingxing 2019년 8월 16일
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

답변 (0개)

카테고리

Help CenterFile Exchange에서 Image Data Workflows에 대해 자세히 알아보기

제품


릴리스

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by