Created
July 24, 2017 19:53
-
-
Save petewarden/ba20adc37acb96086d4a3f28fddbb9e1 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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