You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2022/11/01 17:47:51 UTC

[GitHub] [beam] shub-kris commented on a diff in pull request #23887: Add notebook for doing remote inference in Beam

shub-kris commented on code in PR #23887:
URL: https://github.com/apache/beam/pull/23887#discussion_r1010727725


##########
website/www/site/content/en/documentation/ml/overview.md:
##########
@@ -54,7 +54,7 @@ The recommended way to implement inference is by using the [RunInference API](ht
 
 You can easily integrate your model in your pipeline by using the corresponding model handlers. A `ModelHandler` is an object that wraps the underlying model and allows you to configure its parameters. Model handlers are available for PyTorch, Scikit-learn and TensorFlow. Examples of how to use RunInference for PyTorch, Scikit-learn and TensorFlow are shown in this [notebook](https://github.com/apache/beam/blob/master/examples/notebooks/beam-ml/run_inference_pytorch_tensorflow_sklearn.ipynb).
 
-GPUs are optimized for training artificial intelligence and deep learning models as they can process multiple computations simultaneously. RunInference also allows you to use GPUs for significant inference speedup. An example of how to use RunInference with GPUs is demonstrated[here](/documentation/ml/runinference-metrics).
+GPUs are optimized for training artificial intelligence and deep learning models as they can process multiple computations simultaneously. RunInference also allows you to use GPUs for significant inference speedup. RunInference also allows you to use GPUs for significant inference speedup. An example of how to use RunInference with GPUs is demonstrated[here](/documentation/ml/runinference-metrics).

Review Comment:
   Where? Can you please point me towards it as I am unable to find it



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org