File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -107,9 +107,8 @@ root@f07eec53fd95:/serving# bazel-bin/tensorflow_serving/example/inception_infer
107107
108108Query the server with [ inception_client.py] ( https://github.com/tensorflow/serving/tree/master/tensorflow_serving/example/inception_client.py ) .
109109The client sends an image specified by the command line parameter to the server
110- over gRPC for classification. It then looks up the
111- [ ImageNet] ( http://www.image-net.org/ ) synset and metadata files and returns
112- human readable descriptions of the categories.
110+ over gRPC for classification into human readable descriptions of the
111+ [ ImageNet] ( http://www.image-net.org/ ) categories.
113112
114113``` shell
115114root@f07eec53fd95:/serving# bazel-bin/tensorflow_serving/example/inception_client --server=localhost:9000 --image=/path/to/my_cat_image.jpg
You can’t perform that action at this time.
0 commit comments