Network Pruning on CNN
4 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Shaw
am 3 Nov. 2021
Beantwortet: Katja Mogalle
am 18 Mai 2022
How can I perform network pruning, using prune function on CNN's?
I want to use it on alexnet
0 Kommentare
Akzeptierte Antwort
Anshika Chaurasia
am 6 Nov. 2021
Hi,
You can refer to following example about pruning deep learning network:
0 Kommentare
Weitere Antworten (1)
Katja Mogalle
am 18 Mai 2022
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.
0 Kommentare
Siehe auch
Kategorien
Mehr zu Image Data Workflows finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!