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

m
No edit summary
Line 125: Line 125:
# Save the graph structure that describes your model
# Save the graph structure that describes your model
# Save checkpoint of your model training session (Session variables)
# Save checkpoint of your model training session (Session variables)
# Combine the graph structure with the checkpoint data (this steps is typically refer to as freezing the graph)
# Combine the graph structure with the checkpoint data (this step is typically refer to as freezing the graph)
=== Saving a session with TensorFlow python API===
=== Saving a session with TensorFlow python API===