Under compression -> pruning.py
These is a line which imports the strategy of pruning based on taylor series as in the paper.
from nni.contrib.compression.pruning import TaylorPruner
But the repo structure doesn't conform to this import statement. Couldn't find the file where this TaylorPruner is present.