tensorflow-serving-example icon indicating copy to clipboard operation
tensorflow-serving-example copied to clipboard

Examples to server tensorflow models with tensorflow serving

Results 3 tensorflow-serving-example issues
Sort by recently updated
recently updated
newest added

Hi, can you give difference between tensorflow-serving: 1.12.0 and tensorflow-serving api: 1.12.0 . i want to know the difference between tensorflow serving and tensorflow serving api

Thank you so much for sharing this example. I followed the tutorial step by step and got this error when running the following: ``` TENSORFLOW_SERVER_HOST="0.0.0.0" python python/grpc_mnist_client.py \ --image ./data/0.png...