* Fixed an issue in grouped conv.
* Include more normalization layers in importance estimation
* Add a MACs / FLOPs counter for timm Swin
* Add [sentinel normalizer](https://github.com/VainF/Torch-Pruning/commit/19dac7af9509e3946eae631cdc60152ac3972ec2), which normalizes the importance score by utilizing the k-th smallest element.
* ...