You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/Edge/Raspberry_Pi_Devices/reComputer_R1000/Applications/Computer-Vision/convert_model_to_edge_tpu_tflite_format_for_google_coral.md
+22-63Lines changed: 22 additions & 63 deletions
Original file line number
Diff line number
Diff line change
@@ -120,14 +120,16 @@ optional arguments:
120
120
```
121
121
### Convert Tensorflow Model to TFlite Model
122
122
123
-
:::note
124
-
If you want to optimize your model please check the [Optimize Tensorflow Model](https://www.tensorflow.org/lite/performance/model_optimization)
You should optimize your model before you convert tflite model to edge tup model, please check the [Optimize Tensorflow Model](https://www.tensorflow.org/lite/performance/model_optimization)
131
+
:::
132
+
131
133
#### Install edgetpu compiler
132
134
133
135
```
@@ -155,74 +157,38 @@ And then you should get a new file named `YOUR_MODEL_NAME_edgetpu.tflite`
155
157
We do not recommend this approach because there are many conflicting packages in the actual process. And TensorFlow Lite supports a limited set of operations, some PyTorch operations may not be supported.
You should optimize your model before you convert tflite model to edge tup model, please check the [Optimize Tensorflow Model](https://www.tensorflow.org/lite/performance/model_optimization)
191
+
:::
226
192
```
227
193
tflite_convert -h
228
194
```
@@ -258,14 +224,7 @@ optional arguments:
258
224
Experimental flag, subject to change. Enables MLIR-based quantizer instead of flatbuffer conversion. (default True)
259
225
260
226
```
261
-
### Convert Tensorflow Model to TFlite Model
262
227
263
-
:::note
264
-
If you want to optimize your model please check the [Optimize Tensorflow Model](https://www.tensorflow.org/lite/performance/model_optimization)
0 commit comments