Safari - 07-Apr-2023 at 4:10 PM
Safari - 07-Apr-2023 at 4:10 PM
Save
Neural Network
Pruning 101
All you need to know not to get lost
1 — Pruning structures
2 — Pruning criteria
Once one has decided what kind of
structure to prune, the next question one
may ask could be: “Now, how do I figure
out which ones to keep and which ones to
prune?”. To answer that one needs a
proper pruning criteria, that will rank the
relative importance of the parameters,
filters or else.
3 — Pruning method
Now that we have got our pruning
structure and criterion, the only
parameter left is which method should we
use to prune a network. This is actually the
topic on which the literature can be the
most confusing, as each paper will bring
its own quirks and gimmicks, so much that
one may get lost between what is
methodically relevant and what is just a
specificity of a given paper.