A comparison of these two methods is shown in the following table.
Criteria | Iterative Pruning | One-step Pruning |
---|---|---|
Prerequisites | - | BatchNormalization in network |
Time taken | More than one-step pruning | Less than iterative pruning |
Retraining requirement | Required | Required |
Code organization | Evaluation function | Evaluation function Calibration function |