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!