Giter VIP home page Giter VIP logo

de-nas's Introduction

deNAS - Differential Evolution for Neural Architecture Search

Implementation of DE for NAS, benchmarked in the paper Differential Evolution for Neural Architecture Search accepted to the 1st NAS Workshop at ICLR 2020.

To access the paper:

To cite the paper or code:

@inproceedings{awad-iclr20,
  author    = {N. Awad and N. Mallik and F. Hutter},
  title     = {Differential Evolution for Neural Architecture Search},
  booktitle = {Proceedings of the 1st workshop on neural architecture search(@{ICLR}'20)},
  year      = {2020},
  month     = apr
}

To contact authors for queries reqarding the paper:

To run experiments from NAS ICLR Workshop 2020 paper

Refer here (the parallel implementation of DE is also available here).

To get started with DE to optimize custom functions

Refer here.

Differential Evolution for Neural Architecture Search

The instructions to setup the benchmarks can be found here.

To run DE on NAS-Bench-101 or NAS-HPO-Bench:

PYTHONPATH=$PWD python3 denas/examples/nas101/run_de_nas101.py

To run DE on NAS-Bench-1shot1:

PYTHONPATH=$PWD python3 denas/examples/nas1shot1/run_de_nas1shot1.py

To run DE on NAS-Bench-201:

PYTHONPATH=$PWD python3 denas/examples/nas201/run_de_nas201.py

Plots can be generated in a similar way, by passing the directory of the stored output files. For example:

PYTHONPATH=$PWD python3 denas/utils/plot_regret.py --path denas/examples/results/cifara

PYTHONPATH=$PWD python3 denas/utils/plot_cdf.py --path denas/examples/results/nas101/cifara

For the above plotting script to work with the output of NAS-Bench-1shot1, the output files need to be additionally preprocessed, for example:

PYTHONPATH=$PWD python3 denas/utils/convert_files.py --path denas/examples/results/nas1shot1/ --ssp 1

de-nas's People

Contributors

neeratyoy avatar noorawad avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.