aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/examples/multibox_detector
diff options
context:
space:
mode:
authorGravatar Benoit Steiner <bsteiner@google.com>2017-02-08 09:25:09 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-02-08 09:50:05 -0800
commit639b4e71f532761a4840b1cdbaea55ad0917c75b (patch)
tree5116415b1d9ff82f054dd4feeadd81cb833d6435 /tensorflow/examples/multibox_detector
parent15ff7b702788c0cf75bb8d5ce090f06490098cf7 (diff)
Merge changes from github.
Change: 146918929
Diffstat (limited to 'tensorflow/examples/multibox_detector')
-rw-r--r--tensorflow/examples/multibox_detector/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/examples/multibox_detector/README.md b/tensorflow/examples/multibox_detector/README.md
index 3b0385144a..3e0891306b 100644
--- a/tensorflow/examples/multibox_detector/README.md
+++ b/tensorflow/examples/multibox_detector/README.md
@@ -32,7 +32,7 @@ normalized from 0-1 in left top right bottom order.
To build it, run this command:
```bash
-$ bazel build -c opt tensorflow/examples/multibox_detector/...
+$ bazel build --config opt tensorflow/examples/multibox_detector/...
```
That should build a binary executable that you can then run like this: