Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sayakpaul committed Jul 27, 2020
1 parent 1b765ec commit 51608bd
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions EAST_TFLite.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -179,16 +179,6 @@
"If we export the float16 model with a fixed known input shape we can can likely accelerate its inference with TFLite GPU delegate. We can specify the `input_shapes` argument in the `tf.compat.v1.lite.TFLiteConverter.from_frozen_graph()` function to do this. We are going to follow this same principle for other quantization (i.e. int8 and dynamic-range) methods as well. "
]
},
{
"cell_type": "markdown",
"metadata": {
"id": "ZiSFtIOBwCXW",
"colab_type": "text"
},
"source": [
"For int8 and dynamic-range quantized models we can simply use `tf.compat.v1.lite.TFLiteConverter.from_frozen_graph`. "
]
},
{
"cell_type": "code",
"metadata": {
Expand Down

0 comments on commit 51608bd

Please sign in to comment.