rszper commented on code in PR #24125:
URL: https://github.com/apache/beam/pull/24125#discussion_r1022153551
##########
examples/notebooks/beam-ml/run_custom_inference.ipynb:
##########
@@ -37,21 +36,15 @@
"id": "b6f8f3af-744e-4eaa-8a30-6d03e8e4d21e"
},
"source": [
- "# Bring your own Machine Learning (ML) model to Beam RunInference\n",
+ "# Bring your own machine learning (ML) model to Beam RunInference\n",
"\n",
- "<button>\n",
- " <a
href=\"https://beam.apache.org/documentation/sdks/python-machine-learning/\">\n",
- " <img src=\"https://beam.apache.org/images/favicon.ico\"
alt=\"Open the docs\" height=\"16\"/>\n",
- " Beam RunInference\n",
- " </a>\n",
- "</button>\n",
- "\n",
- "In this notebook, we walk through a simple example to show how to
build your own ML model handler using\n",
+ "This notebook demonstrates how to build your own ML model handler
using\n",
"[ModelHandler](https://beam.apache.org/releases/pydoc/current/apache_beam.ml.inference.base.html#apache_beam.ml.inference.base.ModelHandler).\n",
Review Comment:
Updated. Thanks!
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]