diff --git a/tensorflow/tools/graph_transforms/README.md b/tensorflow/tools/graph_transforms/README.md index 1fbd636db33..edf20e47828 100644 --- a/tensorflow/tools/graph_transforms/README.md +++ b/tensorflow/tools/graph_transforms/README.md @@ -81,10 +81,10 @@ bazel-bin/tensorflow/tools/graph_transforms/transform_graph \ --out_graph=optimized_inception_graph.pb \ --inputs='Mul:0' \ --outputs='softmax:0' \ ---transforms='\ -strip_unused_nodes(type=float, shape="1,299,299,3") \ -remove_nodes(op=Identity, op=CheckNumerics) \ -fold_old_batch_norms \ +--transforms=' +strip_unused_nodes(type=float, shape="1,299,299,3") +remove_nodes(op=Identity, op=CheckNumerics) +fold_old_batch_norms ' ```