Skip to content

Commit

Permalink
Changed tensorflow to TensorFlow
Browse files Browse the repository at this point in the history
  • Loading branch information
rszper committed Jul 12, 2022
1 parent 91038b3 commit 74c7ac4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/www/site/content/en/documentation/sdks/python.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ language-specific implementation guidance.

## Using Beam Python SDK in your ML pipelines

To use the Beam Python SDK with your machine learning pipelines, use the RunInference API for PyTorch and Sklearn models. If using Tensorflow model, you can make use of the library from `tfx_bsl`. Further integrations for tensorflow are planned.
To use the Beam Python SDK with your machine learning pipelines, use the RunInference API for PyTorch and Sklearn models. If using Tensorflow model, you can make use of the library from `tfx_bsl`. Further integrations for TensorFlow are planned.

You can create multiple types of transforms using the RunInference API: the API takes multiple types of setup parameters from model handlers, and the parameter type determines the model implementation. For more information,
see [Machine Learning](/documentation/sdks/python-machine-learning).
Expand Down

0 comments on commit 74c7ac4

Please sign in to comment.