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

ENAS macro training #3067

Closed BasselAlhallak closed 4 years ago

BasselAlhallak commented 4 years ago

Hello, first thanks for this awesome project. My question is about ENAS training: in your home page is written " Since code to train from scratch on NNI is not ready yet, reproduction results are currently unavailable." So which code should be extended/modified in order to reproduce ENAS paper results?

ultmaster commented 4 years ago

You need a CIFAR-10 single model training script to train the model from scratch. Technically, you can use the script from DARTS example, but we do not guarantee results.

liuzhe-lz commented 4 years ago

Seems solved. Closing the issue. Feel free to re-open if you have any other questions.