TensorFlow Processor
- Processor for feeding time-series data to an already created TensorFlow model.
Parameters | Details |
---|---|
Number of Inputs | This parameter specifies the file path for the pre-trained TensorFlow model that will be used for processing the images. |
Number of Inputs | This parameter specifies the number of inputs given to the Tensorflow model. |
Tags | This parameter allows you to specify tags for loading the model. If there are multiple tags, you can separate them using commas. |
Input Operation | This parameter refers to the input tensor that was used when creating the TensorFlow model. Usually the dictionary of values you feed to the model. |
Output Operation | This parameter refers to the output tensor used during the creation of the TensorFlow model. It usually represents the output of the model. |
Time Shift Ms | This parameter indicates by how many milliseconds the current timestamp should be shifted. |