This document is used to list steps of reproducing Intel® Neural Compressor magnitude pruning feature.
# Install Intel® Neural Compressor
pip install neural-compressor
pip install intel-tensorflow==2.4.0
python main.py # to get pruned model which saved into './pruned_model'.
python benchmark.py # to run performance benchmark.