Bedrettin-Cetinkaya / ENAS-keras-ModelBuilder

ENAS-keras ModelBuilder

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ENAS-keras Fixed Architecture Builder

  • This project is to implement enas fixed architecture model in keras. It doesn't include whole training code. It only creates python script of fixed architecture model.
  • Cifar10 micro and ptb architecture are in progress.
  • Cifar10 macro architecture is completed.

Prerequisites

  • Keras
  • Numpy

Run

bash run.sh

  • You can find example output script , Model.py, in output folder.
  • To obtain enas fixed architecture, you can use pytorch,tensorflow or keras implementations.

Differences from Original Implementation

  • Bias is used.
  • In the pooling stage, padding and cropping operations are not used.

Complete implementations of ENAS

Reference

About

ENAS-keras ModelBuilder


Languages

Language:Python 93.1%Language:Shell 6.9%