GithubHelp home page GithubHelp logo

muzafferkal / freerea Goto Github PK

View Code? Open in Web Editor NEW

This project forked from niccolocavagnero/freerea

0.0 1.0 0.0 30.15 MB

Official implementation of "FreeREA: Training-Free Evolution-based Architecture Search"

Python 100.00%

freerea's Introduction

FreeREA

Code release for FreeREA: Training-Free Evolution-Based Architecture Search

If you use this code or the attached files for research purposes, please cite

@InProceedings{cavagnero2022freerea,
    author    = {Cavagnero, Niccol\`o and Robbiano, Luca and Caputo, Barbara and Averta, Giuseppe},
    title     = {FreeREA: Training-Free Evolution-Based Architecture Search},
    booktitle = {Proceedings of the IEEE/CVF Winter Conference on Applications of Computer Vision (WACV)},
    month     = {January},
    year      = {2023},
    pages     = {1493-1502}
}

Software requirements

  • Python 3.9 or newer
  • PyTorch 1.9 or newer
  • Other Python libraries listed in requirements.txt

Hardware requirements

A CUDA-capable GPU is required to compute the metrics. However, precomputed metrics for the benchmarks NASBench101 and NATS-Bench are available in the directory cached_metrics.

Run experiments

Results can be reproduced with:

export NATS_PATH=/data/path/to/NATS-tss-v1_0-3ffb9-simple
./run_search.py --space nats --dataset cifar10
./run_search.py --space nats --dataset cifar100
./run_search.py --space nats --dataset ImageNet16-120

export NASBENCH101_PATH=/data/path/to/NASBench-101/nasbench_full.pkl
./run_search.py --space nasbench101 --dataset cifar10 --max-time 12

License

This code and the attached files are distributed under the MIT license.

Code within the directory nas_spaces/_nasbench101 is derived from this repository and is released under the Apache 2.0 license.

Contributors

freerea's People

Contributors

lr94 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.