We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c5c8af commit b519bf3Copy full SHA for b519bf3
pipeline/filters/tensorflow.md
@@ -18,7 +18,7 @@ The plugin supports the following configuration parameters:
18
| `input_field` | Specify the name of the field in the record to apply inference on. | _none_ |
19
| `model_file` | Path to the model file (`.tflite`) to be loaded by Tensorflow Lite. | _none_ |
20
| `include_input_fields` | Include all input filed in filter's output. | `True` |
21
-| `normalization_value` | Divide input values to `normalization_value. | _none_ |
+| `normalization_value` | Divide input values to `normalization_value`. | _none_ |
22
23
## Creating a Tensorflow Lite shared library
24
0 commit comments