Skip to content

Instantly share code, notes, and snippets.

@petewarden
Created July 24, 2017 19:53
Show Gist options
  • Save petewarden/ba20adc37acb96086d4a3f28fddbb9e1 to your computer and use it in GitHub Desktop.
Save petewarden/ba20adc37acb96086d4a3f28fddbb9e1 to your computer and use it in GitHub Desktop.
bazel-bin/tensorflow/examples/label_image/label_image \
--input_mean=128 --input_std=128 \
--input_layer=Mul --output_layer=softmax \
--graph=/tmp/model/logged_quantized_graph.pb \
--labels=/tmp/model/imagenet_comp_graph_label_strings.txt 2> \
/tmp/model/logged_ranges.txt
cat /tmp/model/logged_ranges.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment