File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
doc/frameworks/tensorflow Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -272,8 +272,8 @@ More information on how to create ``export_outputs`` can be found in `specifying
272
272
refer to TensorFlow's `Save and Restore <https://www.tensorflow.org/guide/saved_model >`_ documentation for other ways to control the
273
273
inference-time behavior of your SavedModels.
274
274
275
- Providing Python scripts for pre/pos -processing
276
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
275
+ Providing Python scripts for pre/post -processing
276
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
277
277
278
278
You can add your customized Python code to process your input and output data.
279
279
This customized Python code must be named ``inference.py `` and specified through the ``entry_point `` parameter:
You can’t perform that action at this time.
0 commit comments