필터 지우기
필터 지우기

Amount of Memory needed for various Networks?

조회 수: 2 (최근 30일)
Wilson
Wilson 2023년 6월 6일
답변: Ranjeet 2023년 6월 30일
I'm looking to deploy a trained network onto an ARM chip but limited by memory. Is there a way to figure out how much memory is needed or compute availablility is needed for a specific network?

답변 (1개)

Ranjeet
Ranjeet 2023년 6월 30일
Hi Wilson,
The amount of memory needed by a network depends on number of learnable parameters and activations. You may analyse a network using the following network analyser functionality –
Network analyser provides data for a network like the following image –
Total learnable and activations can be summed up and multiplies by the data type that is used to store to the network size. Data type can be ‘float32’, ‘int16’, ‘int8’, etc.
Also, you may find the following resource useful w.r.t deploying a network on ARM microcontroller –

카테고리

Help CenterFile Exchange에서 Deep Learning for Image Processing에 대해 자세히 알아보기

제품


릴리스

R2022a

Community Treasure Hunt

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

Start Hunting!

Translated by