• Stars
    star
    151
  • Rank 244,588 (Top 5 %)
  • Language
    Python
  • Created almost 7 years ago
  • Updated over 6 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Code example for the ICLR 2018 oral paper

Training and Inference with Integers in Deep Neural Networks

Code example for the ICLR 2018 oral paper

Prerequisites

  • NVIDIA GPU + CUDA + CuDNN
  • Tensorflow (GPU version)
  • python2.7
  • tqdm

Data

Download and generate CIFAR10 dataset:

cd dataSet/
python CIFAR10.py

Config

Change your configurations in the file

gedit source/Option.py

Train

Start training:

cd source/
python Top.py

Citation

If you find this paper or this repository helpful, please cite it:

@inproceedings{
wu2018training,
title={Training and Inference with Integers in Deep Neural Networks},
author={Shuang Wu and Guoqi Li and Feng Chen and Luping Shi},
booktitle={International Conference on Learning Representations},
year={2018},
url={https://openreview.net/forum?id=HJGXzmspb},
}