You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/load-tests-pipeline-options/beam_Inference_Python_Benchmarks_Dataflow_Pytorch_Image_Classification_Rightfit.txt
@@ -24,19 +24,19 @@ This batch pipeline performs image captioning using a multi-model open-source Py
24
24
It first generates multiple candidate captions per image using a BLIP model, then ranks these candidates with a CLIP model based on image-text similarity.
25
25
The pipeline runs batched GPU inference with fixed batch sizes and ensures exactly-once semantics through deterministic input deduplication and file-based BigQuery writes, enabling stable and reproducible performance measurements across batch runs.
26
26
27
-
The following graphs show various metrics when running PyTorch Image Captioning BLIP + CLIP Batch pipeline.
27
+
The following graphs show various metrics when running PyTorch Image Captioning BLIP + CLIP Batch GPU pipeline.
28
28
See the [glossary](/performance/glossary) for definitions.
29
29
30
30
Full pipeline implementation is available [here](https://github.com/apache/beam/blob/master/sdks/python/apache_beam/examples/inference/pytorch_image_captioning.py).
31
31
32
32
## What is the estimated cost to run the pipeline?
@@ -24,19 +24,19 @@ This batch pipeline performs object detection using an open-source PyTorch Faste
24
24
It reads image URIs from GCS, decodes and preprocesses images, and runs batched inference with a fixed batch size to measure stable GPU performance.
25
25
The pipeline ensures exactly-once semantics within batch execution by deduplicating inputs and writing results to BigQuery using file-based loads, enabling reproducible and comparable performance measurements across runs.
26
26
27
-
The following graphs show various metrics when running PyTorch Image Object Detection Faster R-CNN ResNet-50 Batch pipeline.
27
+
The following graphs show various metrics when running PyTorch Image Object Detection Faster R-CNN ResNet-50 Batch GPU pipeline.
28
28
See the [glossary](/performance/glossary) for definitions.
29
29
30
30
Full pipeline implementation is available [here](https://github.com/apache/beam/blob/master/sdks/python/apache_beam/examples/inference/pytorch_image_object_detection.py).
31
31
32
32
## What is the estimated cost to run the pipeline?
0 commit comments