Only applies pruners' `on_before_optimizer_steps` and `on_after_optimizer_step` after their `start_step`.
Those two hooks compute a score, which might depend on compute the gradient of some parameters as it is the case for SNIP-based methods. Applying them before the `start_step` causes issues for example in finetuning paradigms, where some parameters might see their parameters frozen before any pruning strategy.
**Full Changelog**: https://github.com/clementpoiret/lightning-nc/compare/v0.0.2...v0.0.3