Skip to content
/ WAGE Public
forked from boluoweifenda/WAGE

Code example for the ICLR 2018 oral paper

Notifications You must be signed in to change notification settings

jmw992/WAGE

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Training and Inference with Integers in Deep Neural Networks - Ablation Study

Code example for the ICLR 2018 oral paper I've taken the code commented it up a bit more, made it python 3 compatible, added some more options, and linked the options

Prerequisites

  • NVIDIA GPU + CUDA + CuDNN
  • Tensorflow (GPU version)
  • python 3
  • 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

About

Code example for the ICLR 2018 oral paper

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%