Commit 05efe3aa authored by Neal Wu's avatar Neal Wu Committed by GitHub
Browse files

Merge pull request #1837 from jaewoosong/master

Removed an error-causing parameter
parents f633dd97 e26c1141
...@@ -392,8 +392,7 @@ bazel-bin/tensorflow/examples/label_image/label_image \ ...@@ -392,8 +392,7 @@ bazel-bin/tensorflow/examples/label_image/label_image \
--graph=/tmp/frozen_inception_v3.pb \ --graph=/tmp/frozen_inception_v3.pb \
--labels=/tmp/imagenet_slim_labels.txt \ --labels=/tmp/imagenet_slim_labels.txt \
--input_mean=0 \ --input_mean=0 \
--input_std=255 \ --input_std=255
--logtostderr
``` ```
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment