Hi, I just got started using vertex ai with google cloud console. I am trying to deploy this mode to an endpoint. https://tfhub.dev/tensorflow/efficientnet/lite0/feature-vector/2 I successfully imported it into a google storage bucket and uploaded it to the model registry. However, when I attempt to deploy the model to an endpoint, I receive the following error.
Hello Vertex AI Customer,
Due to an error, Vertex AI was unable to create endpoint "Feature Vectors".
Additional Details:
Operation State: Failed with errors
Resource Name:
**path to project**
Error Messages: Model server terminated: model server container terminated:
exit_code: 255
reason: "Error"
started_at {
seconds: 1669817118
}
finished_at {
seconds: 1669817421
}
. Model server logs can be found at
**some link**
I have attempted to change the TensorFlow version and the folder that i import (I attempted to import the containing folder instead of the model folder) however nothing seems to help. Any suggestions would be greatly appreciated. Thank you!