Commit ad65d85b authored by Sachin Joglekar's avatar Sachin Joglekar Committed by TF Object Detection Team
Browse files

Clarify conversion detail for Python API.

PiperOrigin-RevId: 330762870
parent 9392652e
......@@ -63,7 +63,8 @@ convert the `SavedModel` to TFLite. You can also leverage
[Post-training Quantization](https://www.tensorflow.org/lite/performance/post_training_quantization)
to
[optimize performance](https://www.tensorflow.org/lite/performance/model_optimization)
and obtain a smaller model.
and obtain a smaller model. Note that you need to use `from_saved_model` for
TFLite conversion with the Python API.
## Running our model on Android
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment