Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 809 Bytes

readme.md

File metadata and controls

24 lines (18 loc) · 809 Bytes

Requirements:

python 2.7 tensorflow 1.13.1 ImageNet dataset

For training and test:

python imagenet_main.py

This is an implementation example of the complete quantization framework named WAGEUBN proposed by Yukuan Yang, etc. If you have any questions, please feel free to contact me. My email is [email protected]. For more details, please refer to my paper.

Citation:

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

@article{YANG202070,
title = "Training high-performance and large-scale deep neural networks with full 8-bit integers",
journal = "Neural Networks",
volume = "125",
pages = "70 - 82",
year = "2020",
issn = "0893-6080",
author = "Yukuan Yang and Lei Deng and Shuang Wu and Tianyi Yan and Yuan Xie and Guoqi Li"
}