You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by da...@apache.org on 2022/09/09 01:13:05 UTC

[beam] branch master updated (e3ba8d87fb1 -> 7a3ac2da4e0)

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

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


    from e3ba8d87fb1 Implement JsonUtils (#22771)
     add 7a3ac2da4e0 Support models returning a dictionary of outputs (#23087)

No new revisions were added by this update.

Summary of changes:
 .../inference/pytorch_language_modeling.py         | 44 +-----------
 .../apache_beam/ml/inference/pytorch_inference.py  | 23 ++++++-
 .../ml/inference/pytorch_inference_test.py         | 69 ++++++++++++++++++-
 .../apache_beam/ml/inference/sklearn_inference.py  | 27 ++++++--
 .../ml/inference/sklearn_inference_test.py         | 80 ++++++++++++++++++++++
 5 files changed, 192 insertions(+), 51 deletions(-)