AnandInguva commented on code in PR #29564: URL: https://github.com/apache/beam/pull/29564#discussion_r1414327148
########## sdks/python/apache_beam/ml/transforms/embeddings/tensorflow_hub_test.py: ########## @@ -21,7 +21,7 @@ import apache_beam as beam from apache_beam.ml.transforms.base import MLTransform -hub_url = 'https://tfhub.dev/google/LEALLA/LEALLA-small/1' Review Comment: I think the upstream model has been updated. The tests that were passing earlier are failing now. It fails when loading this model. In the meantime, change the model and use the name from the display https://www.tensorflow.org/hub -- 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]
