aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/go/example_inception_inference_test.go
diff options
context:
space:
mode:
authorGravatar Aditya Dhulipala <aditya.d@hotmail.com>2017-07-29 21:24:53 -0700
committerGravatar Vijay Vasudevan <vrv@google.com>2017-07-29 21:24:53 -0700
commit1c7c9c716fdf063e86a27b117f4419ec98345b46 (patch)
treed81d0f191d5e750e8550d65267b404a8a654e4f8 /tensorflow/go/example_inception_inference_test.go
parentf91a3546e984f9923b991553e321cd9a7ac2debc (diff)
Minor typo correction (#11874)
Diffstat (limited to 'tensorflow/go/example_inception_inference_test.go')
-rw-r--r--tensorflow/go/example_inception_inference_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/go/example_inception_inference_test.go b/tensorflow/go/example_inception_inference_test.go
index 682bd245cc..2162fbe484 100644
--- a/tensorflow/go/example_inception_inference_test.go
+++ b/tensorflow/go/example_inception_inference_test.go
@@ -63,7 +63,7 @@ func Example() {
// this example:
// - Constructs another TensorFlow graph to normalize the image into a
// form suitable for the model (for example, resizing the image)
- // - Creates an executes a Session to obtain a Tensor in this normalized form.
+ // - Creates and executes a Session to obtain a Tensor in this normalized form.
modeldir := flag.String("dir", "", "Directory containing the trained model files. The directory will be created and the model downloaded into it if necessary")
imagefile := flag.String("image", "", "Path of a JPEG-image to extract labels for")
flag.Parse()