microsoft / nni

An open source AutoML toolkit for automate machine learning lifecycle, including feature engineering, neural architecture search, model compression and hyper-parameter tuning.
https://nni.readthedocs.io
MIT License
14k stars 1.81k forks source link

Cannot find the `BlockPruner` #5675

Closed hobbitlzy closed 1 year ago

hobbitlzy commented 1 year ago

I am looking for the functionality of pruning a block at a time and I indeed find it here. However, in later version it seems to be removed and the provided tutorial cannot run. Is nni still supports block-wise pruning now?