Skip to content

Commit

Permalink
delete api.py
Browse files Browse the repository at this point in the history
  • Loading branch information
AnandInguva committed Jun 10, 2022
1 parent 6829459 commit 8235a5b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 63 deletions.
62 changes: 0 additions & 62 deletions sdks/python/apache_beam/ml/inference/api.py

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ class PyTorchInference(unittest.TestCase):
@pytest.mark.uses_pytorch
@pytest.mark.it_postcommit
def test_torch_run_inference_imagenet_mobilenetv2(self):
test_pipeline = TestPipeline(is_integration_test=False)
test_pipeline = TestPipeline(is_integration_test=True)
# text files containing absolute path to the imagenet validation data on GCS
file_of_image_names = 'gs://apache-beam-ml/testing/inputs/it_mobilenetv2_imagenet_validation_inputs.txt' # disable: line-too-long
output_file_dir = 'gs://apache-beam-ml/testing/predictions'
Expand Down

0 comments on commit 8235a5b

Please sign in to comment.