Category "tensorflow-serving"

How to use trained model in Tensorflow Serving?

I have trained Mask-RCNN model, and want to try Tensorflow Serving to use it in web. So i just run tensorflow/serving docker container. And realised what i have

AWS SageMaker TensorFlow Serving - Endpoint failure - CloudWatch log ref: "NET_LOG: Entering the event loop ..."

It's my first time using sagemaker to serve my own custom tensorflow model so I have been using the medium articles to get me started: How to Create a TensorFl

Tensorflow serving error: "Data loss: Can't parse saved_model.pb as binary proto"

I used google collaboratory to train a simple mnist example model to get myself familiar with tensorflow serving but my tensorflow model server is not able to r

How to user a tensorflow server saved model with string tensor input to predict in the local machine?

I'm trying to run saved serving models in my local machine. However, it takes string tensor as input, and I'm having trouble converting the images to the correc