Created
July 24, 2017 19:53
-
-
Save petewarden/29d61877fa3b1a9df5d4eb5a5f85c72c 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/tools/graph_transforms/transform_graph \ | |
--in_graph=/tmp/model/quantized_graph.pb \ | |
--out_graph=/tmp/model/logged_quantized_graph.pb \ | |
--inputs=Mul \ | |
--outputs=softmax \ | |
--transforms='insert_logging(op=RequantizationRange, show_name=true, message="__requant_min_max:")' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment