From 57add78bef58cbf686e670a7552c32e8789f4539 Mon Sep 17 00:00:00 2001 From: alugupta Date: Mon, 25 Jun 2018 15:19:15 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 665ae02..fec7bb8 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ The MNIST and CiFAR datasets are made available through the Keras deep learning ### Quantization To quantize models, run [`ares/experiments/quantize/run.sh`](./experiments/quantize/run.sh). -The [quantization transform](./dl-models/transform/quantize.py) emulates 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.