Skip to content

teresasun/BinaryNet-Caffe2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BNN_Caffe2

Quantized Neural Network on Caffe2

Goal: Porting QNN(BNN) from Theano version to Caffe2 version.

TODO:

  • MNIST with LeNet
  • MNIST with layers from QNN paper, without Batch Normalization, without Binarization.
  • MNIST with layers from QNN paper, with Batch Normalization, without Binarization.
  • Binarization functions (in progress)
  • Layers with Binarization
  • MNIST with layers from QNN paper, with Batch Normalization, with Binarization.
  • Testing and debugging
  • Training / evaluation on other dataset

Acknowledgment

Refs.

QNN Theano version paper https://arxiv.org/abs/1609.07061

Theano version github https://github.com/MatthieuCourbariaux/BinaryNet

License

About

Quantized Neural Network on Caffe2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 98.6%
  • Python 1.4%