lookahead_pruning
lookahead_pruning copied to clipboard
Lookahead: A Far-sighted Alternative of Magnitude-based Pruning (ICLR 2020)
Hi, thanks for your great work and sharing of the code! I have several questions on the code: (1) In [this line](https://github.com/alinlab/lookahead_pruning/blob/master/method/laprune.py#L61), why we add the batch-norm score to the...
I wonder why when I run main.py I get a hint that there are no module named 'backpack.core.layers' I have installed the backpack by 'pip install backpack-for-pytorch' Thanks!
Uploaded codes in repo does not seemed to support some parameters such as shortcut, batch-norm and bias terms. Does LAP only work on weights except above terms?