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/27 11:42:25 UTC

[beam] branch master updated (7dd1c6bc4a4 -> c36077a96a4)

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 7dd1c6bc4a4 Fix TextSource incorrect handling in channels that return short reads. (#23376)
     add c36077a96a4 Add a tensorflow example to the run_inference_basic notebook (#23173)

No new revisions were added by this update.

Summary of changes:
 examples/notebooks/beam-ml/README.md               |  44 ++
 ...nce_basic.ipynb => run_inference_pytorch.ipynb} | 534 ++++---------------
 .../notebooks/beam-ml/run_inference_sklearn.ipynb  | 533 +++++++++++++++++++
 .../beam-ml/run_inference_tensorflow.ipynb         | 572 +++++++++++++++++++++
 4 files changed, 1236 insertions(+), 447 deletions(-)
 create mode 100644 examples/notebooks/beam-ml/README.md
 rename examples/notebooks/beam-ml/{run_inference_basic.ipynb => run_inference_pytorch.ipynb} (61%)
 create mode 100644 examples/notebooks/beam-ml/run_inference_sklearn.ipynb
 create mode 100644 examples/notebooks/beam-ml/run_inference_tensorflow.ipynb