Code example for the ICLR 2018 oral paper
- NVIDIA GPU + CUDA + CuDNN
- Tensorflow (GPU version)
- python2.7
- tqdm
Download and generate CIFAR10 dataset:
cd dataSet/
python CIFAR10.py
Change your configurations in the file
gedit source/Option.py
Start training:
cd source/
python Top.py
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},
}