You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by tv...@apache.org on 2022/06/07 20:48:15 UTC

[beam] branch master updated (e95ef975a3c -> 36cdcc6b9da)

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

tvalentyn pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


    from e95ef975a3c DataflowRunner: Experiment added to disable unbounded PCcollection checks, allowing batch execution over unbounded PCollections (#16773)
     add a56237a8f17 Add Pytorch support for batched keyed examples
     add f647dbdf8c9 Add general support for non-batchable kwargs params; Add prediction_params kwarg to Pytorch
     new 36cdcc6b9da  [BEAM-14337] Support batched key examples and non-batchable kwargs params for RunInference models #21733

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 sdks/python/apache_beam/ml/inference/base.py       |  20 +-
 sdks/python/apache_beam/ml/inference/base_test.py  |  24 ++-
 .../apache_beam/ml/inference/pytorch_inference.py  |  53 ++++-
 .../ml/inference/pytorch_inference_test.py         | 228 +++++++++++++++++----
 .../apache_beam/ml/inference/sklearn_inference.py  |   6 +-
 5 files changed, 265 insertions(+), 66 deletions(-)


[beam] 01/01: [BEAM-14337] Support batched key examples and non-batchable kwargs params for RunInference models #21733

Posted by tv...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

tvalentyn pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git

commit 36cdcc6b9da5357b5a0c2b6b9cda11438edfd52e
Merge: e95ef975a3c f647dbdf8c9
Author: tvalentyn <tv...@users.noreply.github.com>
AuthorDate: Tue Jun 7 22:48:09 2022 +0200

     [BEAM-14337] Support batched key examples and non-batchable kwargs params for RunInference models #21733

 sdks/python/apache_beam/ml/inference/base.py       |  20 +-
 sdks/python/apache_beam/ml/inference/base_test.py  |  24 ++-
 .../apache_beam/ml/inference/pytorch_inference.py  |  53 ++++-
 .../ml/inference/pytorch_inference_test.py         | 228 +++++++++++++++++----
 .../apache_beam/ml/inference/sklearn_inference.py  |   6 +-
 5 files changed, 265 insertions(+), 66 deletions(-)