Andrew Amontree
Results
2
comments of
Andrew Amontree
I'm encountering the same error when sending prediction requests to the [universal-sentence-encoder-multilingual](https://tfhub.dev/google/universal-sentence-encoder-multilingual/3) model running on Docker container image `tensorflow/serving:2.9.1`.
In my case the container is running in a Kubernetes cluster within Google Cloud Platform. Here is what my deployment manifest looks like: ``` apiVersion: apps/v1 kind: Deployment metadata: name:...