Skip to content

Commit b519bf3

Browse files
authored
Update pipeline/filters/tensorflow.md
Signed-off-by: Lynette Miles <[email protected]>
1 parent 5c5c8af commit b519bf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pipeline/filters/tensorflow.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The plugin supports the following configuration parameters:
1818
| `input_field` | Specify the name of the field in the record to apply inference on. | _none_ |
1919
| `model_file` | Path to the model file (`.tflite`) to be loaded by Tensorflow Lite. | _none_ |
2020
| `include_input_fields` | Include all input filed in filter's output. | `True` |
21-
| `normalization_value` | Divide input values to `normalization_value. | _none_ |
21+
| `normalization_value` | Divide input values to `normalization_value`. | _none_ |
2222

2323
## Creating a Tensorflow Lite shared library
2424

0 commit comments

Comments
 (0)