diff --git a/doc/frameworks/tensorflow/deploying_tensorflow_serving.rst b/doc/frameworks/tensorflow/deploying_tensorflow_serving.rst index 8926d36486..1d7344fbbb 100644 --- a/doc/frameworks/tensorflow/deploying_tensorflow_serving.rst +++ b/doc/frameworks/tensorflow/deploying_tensorflow_serving.rst @@ -272,8 +272,8 @@ More information on how to create ``export_outputs`` can be found in `specifying refer to TensorFlow's `Save and Restore `_ documentation for other ways to control the inference-time behavior of your SavedModels. -Providing Python scripts for pre/pos-processing -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +Providing Python scripts for pre/post-processing +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ You can add your customized Python code to process your input and output data. This customized Python code must be named ``inference.py`` and specified through the ``entry_point`` parameter: