Skip to main content

A benchmark for NAS algorithms

Project description

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

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

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.1.tar.gz (94.3 kB view hashes)

Uploaded Source

Built Distribution

evoxbench-1.0.1-py3-none-any.whl (175.2 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