Network Pruning on CNN
3 ビュー (過去 30 日間)
古いコメントを表示
How can I perform network pruning, using prune function on CNN's?
I want to use it on alexnet
0 件のコメント
採用された回答
Anshika Chaurasia
2021 年 11 月 6 日
Hi,
You can refer to following example about pruning deep learning network:
0 件のコメント
その他の回答 (1 件)
Katja Mogalle
2022 年 5 月 18 日
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 件のコメント
参考
カテゴリ
Help Center および File Exchange で Image Data Workflows についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!