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
14.06k stars 1.82k forks source link

[compression] pruning dependency v2 #5569

Closed super-dainiu closed 1 year ago

super-dainiu commented 1 year ago

Description

Test Options

Checklist

How to test

J-shang commented 1 year ago

please design a representative model (should have all dependencies we try to deal with) and test dependency on it, add this into unit test.

super-dainiu commented 1 year ago

I see