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.
当前内容版权归 combust.ml 或其关联方所有,如需对内容或内容相关联开源项目进行关注与资助,请访问 combust.ml .