Skip to content

Commit

Permalink
Fixed broken link to documentation
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 275488810
  • Loading branch information
patriciaferreiro authored and andresusanopinto committed Oct 18, 2019
1 parent bdc213e commit 6910fd0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/image_retraining/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
retrain.py is an example script that shows how one can adapt a pretrained
`retrain.py` is an example script that shows how one can adapt a pretrained
network for other classification problems. A detailed overview of this script
can be found at: https://www.tensorflow.org/tutorials/image_retraining
can be found at: https://www.tensorflow.org/hub/tutorials/image_retraining

The script also shows how one can train layers
with quantized weights and activations instead of taking a pre-trained floating
point model and then quantizing weights and activations.
The output graphdef produced by this script is compatible with the TensorFlow
The output `GraphDef` produced by this script is compatible with the TensorFlow
Lite Optimizing Converter and can be converted to TFLite format.

0 comments on commit 6910fd0

Please sign in to comment.