[Implementation] Designing Energy-Efficient Convolutional Neural Networks using Energy-Aware Pruning

Hi :slight_smile:

I have some difficulties in implementing the paper: Designing Energy-Efficient Convolutional Neural Networks using Energy-Aware Pruning
(https://arxiv.org/pdf/1611.05128.pdf)

How can I implement layer-by-layer pruning in the above paper with PyTorch?