Skip to content

Commit

Permalink
Fixes link to quantization tool repo (#265)
Browse files Browse the repository at this point in the history
  • Loading branch information
mhbuehler authored and dmsuehir committed Apr 2, 2019
1 parent 32cbd69 commit 0ad7787
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/image_recognition/quantization/Tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ and the `checkpoint files` are required to start this tutorial.

## Install and Build TensorFlow Tools

* Clone the TensorFlow tools repository, and follow the [instructions](https://github.com/IntelAI/tools/tree/master/tensorflow-quantization)
* Clone the TensorFlow tools repository, and follow the [instructions](https://github.com/IntelAI/tools/tree/master/tensorflow_quantization)
for how to build the TensorFlow tools using Docker.
```
$ git clone https://github.com/IntelAI/tools.git
Expand Down Expand Up @@ -166,7 +166,7 @@ calibration):
`-- calibrate=True` is a custom argument to be added at the end of the inference command as formatted (with a white space after `--`).
* The `resnet50_min_max_log.txt` file is used in the following step. We suggest that you store the `resnet50_min_max_log.txt` in the same location specified in
the [start quantization process](https://github.com/IntelAI/tools/tree/master/tensorflow-quantization) section,
the [start quantization process](https://github.com/IntelAI/tools/tree/master/tensorflow_quantization) section,
which will be mounted inside the container to `/workspace/quantization`.
* Run the calibration data replace the
Expand Down

0 comments on commit 0ad7787

Please sign in to comment.