Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 657 Bytes

one_shot_nas.rst

File metadata and controls

17 lines (13 loc) · 657 Bytes

One-shot NAS Algorithms

One-shot NAS algorithms leverage weight sharing among models in neural architecture search space to train a supernet, and use this supernet to guide the selection of better models. This type of algorihtms greatly reduces computational resource compared to independently training each model from scratch (which we call "Classic NAS"). NNI has supported many popular One-shot NAS algorithms as following.

Quick Start <NasGuide> ENAS <ENAS> DARTS <DARTS> P-DARTS <PDARTS> SPOS <SPOS> CDARTS <CDARTS> ProxylessNAS <Proxylessnas> TextNAS <TextNAS>