Merge pull request #15826 from vade/patch-1

Remove :0 in final result argument
This commit is contained in:
Shanqing Cai 2018-01-04 10:17:07 -05:00 committed by GitHub
commit 5999ae54f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -390,7 +390,7 @@ image size that your model expects, as follows:
python tensorflow/examples/label_image/label_image.py \
--graph=/tmp/output_graph.pb --labels=/tmp/output_labels.txt \
--input_layer=input \
--output_layer=final_result:0 \
--output_layer=final_result \
--input_height=224 --input_width=224 \
--input_mean=128 --input_std=128 \
--image=$HOME/flower_photos/daisy/21652746_cc379e0eea_m.jpg