Advertisement
Guest User

Untitled

a guest
Jul 24th, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. bazel build -c opt tensorflow/tools/benchmark:benchmark_model \
  2. && bazel-bin/tensorflow/tools/benchmark/benchmark_model \
  3. --graph=/tmp/inception_graph.pb --input_layer="Mul:0" \
  4. --input_layer_shape="1,299,299,3" --input_layer_type="float" \
  5. --output_layer="softmax:0" \
  6. --show_run_order=false --show_time=false \
  7. --show_memory=false --show_summary=true --show_flops=true \
  8. --logtostderr
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement