aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/examples/image_retraining/README.md
blob: 8a49525c6eff003f2c7acb592f213285e627eb51 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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://codelabs.developers.google.com/codelabs/tensorflow-for-poets/#0

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
Lite Optimizing Converter and can be converted to TFLite format.