Skip to content

Latest commit

 

History

History
executable file
·
18 lines (14 loc) · 473 Bytes

README.md

File metadata and controls

executable file
·
18 lines (14 loc) · 473 Bytes

Sigma Delta Quantized Networks

Here is the code mentioned in our paper, Sigma Delta Quantized Networks. You can use this to replicate the experiments in the paper.

To Setup (OSX/Linux):

git clone https://github.com/petered/sigma-delta.git
cd sigma-delta
source setup.sh

To run the experiments:

python sigma_delta/all_experiments.py

Then choose a number and press enter.

Please report any problems or errors.