This is an automated email from the ASF dual-hosted git repository.
vterentev pushed a commit to branch oss-image-classification
in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/oss-image-classification by
this push:
new 75e5daa2ab0 Fix import
75e5daa2ab0 is described below
commit 75e5daa2ab0c47e21042b870f7510920b3f9678f
Author: Vitaly Terentyev <[email protected]>
AuthorDate: Fri Nov 7 10:55:54 2025 +0400
Fix import
---
sdks/python/apache_beam/examples/inference/pytorch_imagenet_rightfit.py | 1 +
1 file changed, 1 insertion(+)
diff --git
a/sdks/python/apache_beam/examples/inference/pytorch_imagenet_rightfit.py
b/sdks/python/apache_beam/examples/inference/pytorch_imagenet_rightfit.py
index 7c3fb7f6884..611a87551ff 100644
--- a/sdks/python/apache_beam/examples/inference/pytorch_imagenet_rightfit.py
+++ b/sdks/python/apache_beam/examples/inference/pytorch_imagenet_rightfit.py
@@ -38,6 +38,7 @@ import apache_beam as beam
from apache_beam.coders import BytesCoder
from apache_beam.ml.inference.base import KeyedModelHandler
from apache_beam.ml.inference.base import PredictionResult
+from apache_beam.ml.inference.base import RunInference
from apache_beam.ml.inference.pytorch_inference import
PytorchModelHandlerTensor
from apache_beam.options.pipeline_options import PipelineOptions,
SetupOptions, StandardOptions
from apache_beam.runners.runner import PipelineResult