Commit e26c1141 authored by Jaewoo Song's avatar Jaewoo Song Committed by GitHub
Browse files

Removed an error-causing parameter

--logtostderr causes the following error: E tensorflow/examples/label_image/main.cc:319] Unknown argument --logtostderr
parent 46ef4860
......@@ -392,8 +392,7 @@ bazel-bin/tensorflow/examples/label_image/label_image \
--graph=/tmp/frozen_inception_v3.pb \
--labels=/tmp/imagenet_slim_labels.txt \
--input_mean=0 \
--input_std=255 \
--logtostderr
--input_std=255
```
......
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