Network Pruning on CNN
Afficher commentaires plus anciens
How can I perform network pruning, using prune function on CNN's?
I want to use it on alexnet
Réponse acceptée
Plus de réponses (1)
Katja Mogalle
le 18 Mai 2022
0 votes
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.
Catégories
En savoir plus sur Deep Learning Toolbox dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!