This repository contains unofficial TensorFlow 2.x based implementation of Importance Estimation for Neural Network Pruning (CVPR, 2019)
This is re-write of PyToch 1.0 based implementation available here. Unlike the official code, this repository only implements Taylor Gate, which corresponds to Gate after BN in the paper (Best method in the paper).
- Tensorflow 2.x
You can download ImageNet automatically if you use huggingface-cli login
and run the code.
python main.py