Merge pull request #15826 from vade/patch-1
Remove :0 in final result argument
This commit is contained in:
commit
5999ae54f9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user