Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 505 Bytes

PDARTS.rst

File metadata and controls

20 lines (14 loc) · 505 Bytes

P-DARTS

Examples

:githublink:`Example code <examples/nas/pdarts>`

# In case NNI code is not cloned. If the code is cloned already, ignore this line and enter code folder.
git clone https://github.com/Microsoft/nni.git

# search the best architecture
cd examples/nas/pdarts
python3 search.py

# train the best architecture, it's the same progress as darts.
cd ../darts
python3 retrain.py --arc-checkpoint ../pdarts/checkpoints/epoch_2.json