tensorflow
Version 1.1.1 by WSO2
Category : Siddhi Function Supported Product Version : SP 4.0.0 SP 4.1.0 SP 4.2.0 SP 4.3.0 SP 4.4.0Summary
The siddhi-execution-tensorflow is an extension to Siddhi that adds support for inferences from pre-built TensorFlow SavedModels using Siddhi.
Features provided by Tensorflow extension
-
Predict stream processor
Performs inferences (prediction) from an already built TensorFlow machine learning model.
The types of models are unlimited (including image classifiers, deep learning models) as long as they satisfy the following conditions.-
They are saved with the tag 'serve' in SavedModel format.
(See https://github.com/tensorflow/tensorflow/blob/master/tensorflow/python/saved_model/README.md) - Model is initially trained and ready for inferences.
- Inference logic is written and saved in the model.
- signature_def is properly included in the metaGraphDef (a protocol buffer file which has information about the graph) and the key for prediction signature def is 'serving-default'
For more information refer to the documentation. -
They are saved with the tag 'serve' in SavedModel format.
Extension
Download the JAR files of released versions from Maven Central:
https://mvnrepository.com/artifact/org.wso2.extension.siddhi.execution.tensorflow/siddhi-execution-tensorflow
Social Sites