Skip to content

Bedrettin-Cetinkaya/ENAS-keras-ModelBuilder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published