tensorflow-serving-example
tensorflow-serving-example copied to clipboard
Examples to server tensorflow models with tensorflow serving
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...
Hi, I built the model in TF-serving-gpu, copied it to the server, and it starts fine. When calling I get an error however: root@a0bf24294b1b:/tf-serving-example/tensorflow-serving-example# python python/grpc_mnist_client.py --image ./data/0.png --model mnist...