Fix broken path in lite docs

This fix fixes broken link in lite docs

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
This commit is contained in:
Yong Tang 2018-11-28 18:37:28 +00:00
parent f382bd6279
commit bb75a3f0f6

View File

@ -3,7 +3,7 @@
## Recommended usage ## Recommended usage
The Quantize Weights transformation is integrated with The Quantize Weights transformation is integrated with
[tflite_convert](https://github.com/tensorflow/tensorflow/blob/master/tensorflow/lite/toco/g3doc/cmdline_reference.md#transformation-flags). [tflite_convert](https://github.com/tensorflow/tensorflow/blob/master/tensorflow/lite/g3doc/convert/cmdline_reference.md#transformation-flags).
The recommended way of invoking this tool is by simply adding the The recommended way of invoking this tool is by simply adding the
`--post_training_quantize` flag to your original tflite_convert invocation. For `--post_training_quantize` flag to your original tflite_convert invocation. For