How can I perform network pruning, using prune function on CNN's?
I want to use it on alexnet

 採用された回答

Anshika Chaurasia
Anshika Chaurasia 2021 年 11 月 6 日

0 投票

Hi,
You can refer to following example about pruning deep learning network:

その他の回答 (1 件)

Katja Mogalle
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.
See taylorPrunableNetwork doc page for more information. There are also two examples:
Hope this helps.

カテゴリ

ヘルプ センター および File ExchangeDeep Learning Toolbox についてさらに検索

製品

リリース

R2021b

質問済み:

2021 年 11 月 3 日

回答済み:

2022 年 5 月 18 日

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by