yeandy commented on code in PR #21766:
URL: https://github.com/apache/beam/pull/21766#discussion_r894641095
##########
sdks/python/apache_beam/ml/inference/pytorch_inference_it_test.py:
##########
@@ -89,6 +90,42 @@ def test_torch_run_inference_imagenet_mobilenetv2(self):
filename, prediction = prediction.split(',')
self.assertEqual(_EXPECTED_OUTPUTS[filename], prediction)
+ @pytest.mark.uses_pytorch
+ @pytest.mark.it_postcommit
+ def test_torch_run_inference_coco_maskrcnn_resnet50_fpn(self):
+ test_pipeline = TestPipeline(is_integration_test=True)
+ # text files containing absolute path to the coco validation data on GCS
+ file_of_image_names =
'gs://apache-beam-ml/testing/inputs/it_maskrcnn_resnet50_fpn_coco_validation_inputs.txt'
# disable: line-too-long
Review Comment:
I'm going to make a copy of `it_mobilenetv2_imagenet_validation_inputs.txt`
and and name it `it_imagenet_validation_inputs.txt` and put it in the bucket so
we don't forget. Once your PR to change the
`it_mobilenetv2_imagenet_validation_inputs.txt` file to
`it_imagenet_validation_inputs.txt` gets merged, we can delete
`it_mobilenetv2_imagenet_validation_inputs.txt`.
--
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]