forked from tensorflow/hub
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |