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

Merge pull request #1938 from korrawat/remove-flag

Removed wrong parameter in another example
parents 7498c961 2fe17b0d
...@@ -48,8 +48,7 @@ bazel-bin/tensorflow/examples/label_image/label_image \ ...@@ -48,8 +48,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