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
13.99k stars 1.81k forks source link

How to run fbnet on master branch #5652

Open John1231983 opened 1 year ago

John1231983 commented 1 year ago

I am able to run FBNet (https://nni.readthedocs.io/en/v2.5/NAS/FBNet.html) when I used NNI version smaller than 2.9. However, for the master branch, there has been a refactoring, which has led to the example of FBNet (pfld) being moved to another location. I am now wondering how I can run FBNet with the master branch. If FBNet is not maintained anymore, I am unsure how I can use it. Could you please provide any reasons why it was removed after NNI version 2.8?

matluster commented 1 year ago

There is a GumbelDARTS, which has a same implementation as the legacy FBNet.