"sgl-kernel/vscode:/vscode.git/clone" did not exist on "a2f7218a2e2351a08f0aae5807bdbea633e27fe3"
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