Skip to main content

A benchmark for NAS algorithms

Project description

Neural Architecture Search as Multiobjective Optimization Benchmarks: Problem Formulation and Performance Assessment [arXiv]

Introduction to EvoXBench

  • Click on the image to watch the video.

Watch the video

  • Please note that the calculation of IGD is only applicable to problems derived from search spaces that can be exhaustively evaluated (i.e., C-10/MOP1 - C-10/MOP7). This is because the true Pareto Fronts are available for such problems. For problems derived on the basis of surrogate models (i.e., C-10/MOP8 - C-10/MOP9 and IN-1K/MOP1 - IN-1K/MOP9), the true Pareto Fronts are unknown and we cannot calculate IGD.

Preparation Steps

  1. Download the following two requried files:

  2. pip install evoxbench to install the benchmark.

  3. Configure the benchmark via the following steps:

    from evoxbench.database.init import config

    config("Path to databae", "Path to data")
    # For example
    # If you have the following structure
    # /home/Downloads/
    # └─ database/
    # |  |  __init__.py
    # |  |  db.sqlite3
    # |  |  ...
    # |  
    # └─ data/
    #    └─ darts/
    #    └─ mnv3/
    #    └─ ...
    # Then you should do:
    # config("/home/Downloads/database", "/home/Downloads/data")

Database

Visit this webpage for more information: https://github.com/liuxukun2000/evoxdatabase

Support

  • You can ask any question in issues block and upload your contribution by pulling request (PR).
  • If you have any question, please join the QQ group to ask questions (Group number: 297969717).

Acknowledgement

Codes are developed upon: NAS-Bench-101 , NAS-Bench-201, NAS-Bench-301 , NATS-Bench , Once for All , AutoFormer, Django , pymoo

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

evoxbench-1.0.3.tar.gz (95.9 kB view hashes)

Uploaded Source

Built Distribution

evoxbench-1.0.3-py3-none-any.whl (177.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page