Amount of Memory needed for various Networks?
2 次查看(过去 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?
0 个评论
回答(1 个)
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 –
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Deep Learning Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!