Tensorflow Bundle Serialization

When serializing your Tensorflow transformers to an MLeap Bundle, wewill store the Tensorflow graph as a Protobuf file. In order toTensorflow graphs, you should first freeze your Tensorflow graph usingfreeze_graph.This will ensure that everything needed to execute your graph is in thegraph definition file.

Sample MLeap Tensorflow Bundle

Download an example MLeap Bundle that uses Tensorflow to add two floatstogether: MLeap Tensorflow Bundle.

NOTE: right click and “Save As…”, Gitbook prevents directly clickingon the link.