- 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.
- Keras
- Numpy
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.
- Bias is used.
- In the pooling stage, padding and cropping operations are not used.