You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by gi...@apache.org on 2022/09/18 04:34:55 UTC

[beam] branch nightly-refs/heads/master updated (9287b92c52a -> f477b85f230)

This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch nightly-refs/heads/master
in repository https://gitbox.apache.org/repos/asf/beam.git


    from 9287b92c52a Fix Kafka performance test sourceOption to match expected hash (#23274)
     add 8754cc09048 updated the pydoc for running a custom model on Beam (#23218)
     add f477b85f230 Add drop_example flag to the RunInference and Model Handler (#23266)

No new revisions were added by this update.

Summary of changes:
 .../notebooks/beam-ml/run_custom_inference.ipynb   |  7 ++-
 sdks/python/apache_beam/ml/inference/base.py       | 52 +++++++++++++++++-----
 sdks/python/apache_beam/ml/inference/base_test.py  | 49 ++++++++++++++++++--
 .../apache_beam/ml/inference/pytorch_inference.py  | 35 +++++----------
 .../apache_beam/ml/inference/sklearn_inference.py  | 36 +++++----------
 .../apache_beam/ml/inference/tensorrt_inference.py | 16 ++++---
 .../documentation/sdks/python-machine-learning.md  |  9 ++++
 7 files changed, 133 insertions(+), 71 deletions(-)