Network Pruning on CNN

조회 수: 5 (최근 30일)
Shaw
Shaw 2021년 11월 3일
답변: Katja Mogalle 2022년 5월 18일
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