Skip to content

YenChi-Hsu/BinaryConnect_tf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BinaryConnect_tf

An unofficial Tensorflow implementation for the paper BinaryConnect: Training Deep Neural Networks with binary weights during propagations.

Requirements

The code was tested on windows 7/8.1/10.

Usage

To train a model run runme_train.py.

  • Toggle binary training using --binary=True/False.
  • Toggle stochastic training using --stochastic=True/False.

CIFAR-10 dataset will be automatically downloaded to ./dataset folder.

For additional configurations run python run_me.py -h.

To test a model run runme_test.py. Pass a trained model path (ckpt file) by setting --model_path.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages