Skip to content

Commit 0ad7787

Browse files
mhbuehlerdmsuehir
authored andcommitted
Fixes link to quantization tool repo (#265)
1 parent 32cbd69 commit 0ad7787

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/image_recognition/quantization/Tutorial.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ and the `checkpoint files` are required to start this tutorial.
2626

2727
## Install and Build TensorFlow Tools
2828

29-
* Clone the TensorFlow tools repository, and follow the [instructions](https://github.com/IntelAI/tools/tree/master/tensorflow-quantization)
29+
* Clone the TensorFlow tools repository, and follow the [instructions](https://github.com/IntelAI/tools/tree/master/tensorflow_quantization)
3030
for how to build the TensorFlow tools using Docker.
3131
```
3232
$ git clone https://github.com/IntelAI/tools.git
@@ -166,7 +166,7 @@ calibration):
166166
`-- calibrate=True` is a custom argument to be added at the end of the inference command as formatted (with a white space after `--`).
167167
168168
* 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
169-
the [start quantization process](https://github.com/IntelAI/tools/tree/master/tensorflow-quantization) section,
169+
the [start quantization process](https://github.com/IntelAI/tools/tree/master/tensorflow_quantization) section,
170170
which will be mounted inside the container to `/workspace/quantization`.
171171
172172
* Run the calibration data replace the

0 commit comments

Comments
 (0)