R2Inference/Supported backends/TensorFlow-Lite: Difference between revisions

Line 117: Line 117:
=Tools=
=Tools=
==Convert tensorflow frozen graph to tflite==
==Convert tensorflow frozen graph to tflite==
With the Tensorflow Python Api you will find a tool to convert Tensorflow frozen graph (.pb) to Tensorflow lite format (.tflite).
If Tensorflow Python Api is installed on the system you will find a tool to convert Tensorflow frozen graph (.pb) to Tensorflow lite format (.tflite).
To convert models run:
To convert models run:


Line 128: Line 128:


</syntaxhighlight>
</syntaxhighlight>
Where input_arrays are the name of the input node of the model and output_arrays the name of the output node.


==Tensorboard==
==Tensorboard==
507

edits