Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alugupta authored Jun 25, 2018
1 parent db41fde commit c0c063e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ The MNIST and CiFAR datasets are made available through the Keras deep learning
[TIDIGITs](https://catalog.ldc.upenn.edu/ldc93s10) and [ImageNet](http://www.image-net.org/) must be downloaded and pre-processed separately, however pre-trained models for ImageNet (e.g., VGG16, ResNet50) are available through Keras as well.

### Quantization
To quantize models, run `ares/experiments/quantize/run.sh`.
To quantize models, run [`ares/experiments/quantize/run.sh`](./experiments/quantize/run.sh).

The quantization transform [`ares/dl_models/transform/quantize.py`](./dl-models/transform/quantize.py) models fixed-point datatypes for weights. Note that activations and arithmetic operations still have full-precision.
The [quantization transform](./dl-models/transform/quantize.py) emulates fixed-point datatypes for weights. Note that activations and arithmetic operations still have full-precision.

### Evaluation
After training and quantizing models, `ares/experiments/eval/eval.sh` can be used to evaluate the models on the validation and test sets.
Expand Down

0 comments on commit c0c063e

Please sign in to comment.