Network Pruning on CNN

6 次查看(过去 30 天)
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
Hi,
You can refer to following example about pruning deep learning network:

更多回答(1 个)

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

类别

Help CenterFile Exchange 中查找有关 Image Data Workflows 的更多信息

产品


版本

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by