Coder Social home page Coder Social logo

pathlevel-eas's Introduction

Path-Level Network Transformation for Efficient Architecture Search

Code for the paper Path-Level Network Transformation for Efficient Architecture Search in ICML 2018.

Reference

@article{cai2018path,
  title={Path-Level Network Transformation for Efficient Architecture Search},
  author={Cai, Han and Yang, Jiacheng and Zhang, Weinan and Han, Song and Yu, Yong},
  journal={arXiv preprint arXiv:1806.02639},
  year={2018}
}

Related Projects

Dependencies

  • Python 3.6
  • Pytorch 0.3.1

Results

CIFAR-10

Model Params Test error (%)
TreeCell-A with DenseNet (N=16, k=48, G=2) 13.1M 3.35
TreeCell-A with PyramidNet (N=18, alpha=84, G=2) 5.7M 3.14
TreeCell-A with PyramidNet (N=18, alpha=84, G=2) + DropPath (600 epochs) 5.7M 2.99
TreeCell-A with PyramidNet (N=18, alpha=84, G=2) + DropPath + Cutout (600 epochs) 5.7M 2.49
TreeCell-A with PyramidNet (N=18, alpha=150, G=2) + DropPath + Cutout (600 epochs) 14.3M 2.30

For checking these networks, please download the corresponding model files and run the following command under the folder of code/CIFAR:

$ python3 run_exp.py --path <nets path>

For example, by running

$ python3 run_exp.py --path ../../Nets/CIFAR10#PyramidTreeCellA#N=18_alpha=150#600#cutout

you will get

test_loss: 0.092100	 test_acc: 97.700000

ImageNet

Model Multi-Add Top-1 error (%)
TreeCell-B with CondenseNet (G1=4, G3=8) 594M 25.4

Please refer to the file code/ImageNet/scripts.sh.

Architecture Search

For setting up your environment to run architecture search experiments, please refer to my previous repository.

pathlevel-eas's People

Contributors

han-cai 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.