Network Pruning on CNN
显示 更早的评论
How can I perform network pruning, using prune function on CNN's?
I want to use it on alexnet
采纳的回答
更多回答(1 个)
Katja Mogalle
2022-5-18
0 个投票
Hi
There is a new pruning feature in R2022a that let's you prune whole filters in 2D convolution layers. By removing unimportant filters in the network, the memory footprint of the network reduces and inference get's faster.
- Prune Image Classification Network Using Taylor Scores
- Prune Filters in a Detection Network Using Taylor Scores
Hope this helps.
类别
在 帮助中心 和 File Exchange 中查找有关 Deep Learning Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!