tvalentyn commented on code in PR #28209: URL: https://github.com/apache/beam/pull/28209#discussion_r1310819479
########## sdks/python/apache_beam/examples/inference/pytorch_model_per_key_image_segmentation.py: ########## @@ -33,7 +33,7 @@ import torch from apache_beam.io.filesystems import FileSystems from apache_beam.ml.inference.base import KeyedModelHandler -from apache_beam.ml.inference.base import KeyMhMapping +from apache_beam.ml.inference.base import KeyModelMapping Review Comment: > it’s somewhere in the middle of understandable, concise, and correct. Great summary :) ########## sdks/python/apache_beam/examples/inference/pytorch_model_per_key_image_segmentation.py: ########## @@ -33,7 +33,7 @@ import torch from apache_beam.io.filesystems import FileSystems from apache_beam.ml.inference.base import KeyedModelHandler -from apache_beam.ml.inference.base import KeyMhMapping +from apache_beam.ml.inference.base import KeyModelMapping Review Comment: > it’s somewhere in the middle of understandable, concise, and correct. Great summary :) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
