XJTUWYD / DoReFa_Cifar10

implement of DoReFaNet with tensorflow based on cifar10 dataset
29 stars 4 forks source link

implement of DoReFaNet with tensorflow based on cifar10 dataset

the link of the paper is:https://arxiv.org/abs/1606.06160

My implementation is based on work in : https://github.com/AngusG/tensorflow-xnor-bnn & https://github.com/skoppula/dorefa-net.git

Data

This implementation supports cifar10/cifar100

Dependencies

tensorflow version 1.2.1

Training

BNN:

weight: 1 bit(-1,1) output:1 bits(-1,1)
epoches: 100
learning rate:0.001
accuracy:84.1%

Results

Cifar10 should reach at least 88% top-1 accuracy